[pypy-commit] cffi default: pycparser 2.08 has been fixed. Thanks!

arigo noreply at buildbot.pypy.org
Wed Aug 15 16:46:48 CEST 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r859:0b8ea5a34785
Date: 2012-08-15 16:46 +0200
http://bitbucket.org/cffi/cffi/changeset/0b8ea5a34785/

Log:	pycparser 2.08 has been fixed. Thanks!

diff --git a/setup.py b/setup.py
--- a/setup.py
+++ b/setup.py
@@ -95,8 +95,6 @@
     },
 
     install_requires=[
-        # pycparser 2.08 no longer contains lextab.py/yacctab.py
-        # out of the box, which looks like a bug
-        'pycparser<=2.07',
+        'pycparser',
     ]
   )


More information about the pypy-commit mailing list