[FIX] setup: backport of 6ceb0a2b1b92

[FIX] setup.py: pyparsing version inconsistent with requirements

Fixes #12693
This commit is contained in:
Christophe Combelles 2015-10-07 20:54:14 +02:00 committed by Martin Trigaux
parent 0df7a1ca2f
commit e38947989a
No known key found for this signature in database
GPG Key ID: 7B0E288E7C0F83A7
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ setup(
'psycopg2 >= 2.2',
'python-chart',
'pydot',
'pyparsing < 2',
'pyparsing',
'pypdf',
'pyserial',
'python-dateutil',