From 78526694af473409226c24b517bb91862b3dd8a9 Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Sat, 23 Mar 2013 23:24:07 +0100 Subject: [PATCH] [FIX] setup.py: pyparsing >= 2.0.0 works only with Python 3. bzr revid: vmt@openerp.com-20130323222407-aeix7m2uzwudsa9h --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index e4e6001d302..7c57024d6d3 100755 --- a/setup.py +++ b/setup.py @@ -120,6 +120,7 @@ setuptools.setup( 'psutil', # windows binary code.google.com/p/psutil/downloads/list 'psycopg2', 'pydot', + 'pyparsing < 2', 'python-dateutil < 2', 'python-ldap', # optional 'python-openid',