[pypy-commit] cffi win32: nitpick with installation dependencies

mattip noreply at buildbot.pypy.org
Wed Aug 22 11:56:03 CEST 2012


Author: mattip
Branch: win32
Changeset: r865:1bf05283bb67
Date: 2012-08-22 11:54 +0300
http://bitbucket.org/cffi/cffi/changeset/1bf05283bb67/

Log:	nitpick with installation dependencies

diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -79,6 +79,10 @@
 
 * pycparser 2.06 or 2.07: http://code.google.com/p/pycparser/
   (there is a bug in the distribution of 2.08!)
+  
+  note that pycparser in turn relies on `ply`_
+  
+.. _`ply`: http://pypi.python.org/pypi/ply
 
 * a C compiler is required to use CFFI during development, but not to run
   correctly-installed programs that use CFFI.


More information about the pypy-commit mailing list