[FIX] setup.py: pyparsing >= 2.0.0 works only with Python 3.

bzr revid: vmt@openerp.com-20130323222407-aeix7m2uzwudsa9h
This commit is contained in:
Vo Minh Thu 2013-03-23 23:24:07 +01:00
parent 75d8c79d5f
commit 78526694af
1 changed files with 1 additions and 0 deletions

View File

@ -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',