Author: Armin Rigo <[email protected]>
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',
     ]
   )
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to