From e38947989ab19df3b7d9f726b3ccbf1b04ab3c72 Mon Sep 17 00:00:00 2001 From: Christophe Combelles Date: Wed, 7 Oct 2015 20:54:14 +0200 Subject: [PATCH] [FIX] setup: backport of 6ceb0a2b1b92 [FIX] setup.py: pyparsing version inconsistent with requirements Fixes #12693 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9c059b89441..8d1d96f49b5 100644 --- a/setup.py +++ b/setup.py @@ -145,7 +145,7 @@ setup( 'psycopg2 >= 2.2', 'python-chart', 'pydot', - 'pyparsing < 2', + 'pyparsing', 'pypdf', 'pyserial', 'python-dateutil',