summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArmin Rigo <arigo@tunes.org>2012-12-29 09:41:26 +0100
committerArmin Rigo <arigo@tunes.org>2012-12-29 09:41:26 +0100
commitb1c4c4aa28243fc8b4fc2091cde8ea754cdb83ae (patch)
treee0dce4c5d3760d7d9c7399ecd3e00d858f1ca5f1
parent5515c7c3de33f54bf4ca40a1178f3baf6facca7e (diff)
downloadcffi-b1c4c4aa28243fc8b4fc2091cde8ea754cdb83ae.tar.gz
update
-rw-r--r--doc/source/index.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 0d0bf64..dfc10f7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -77,8 +77,9 @@ Requirements:
``python-dev`` and ``libffi-dev`` (for Windows, libffi is included
with CFFI).
-* pycparser 2.06 or 2.07: http://code.google.com/p/pycparser/
- (there is a bug in the distribution of 2.08!)
+* pycparser >= 2.06: http://code.google.com/p/pycparser/
+ (Note that in old downloads of 2.08, the tarball contained an
+ installation issue; it was fixed without changing the version number.)
* a C compiler is required to use CFFI during development, but not to run
correctly-installed programs that use CFFI.