From 6ceb0a2b1b922e2a1289baecc1c46d661f9a6a70 Mon Sep 17 00:00:00 2001
From: Christophe Combelles <ccomb@free.fr>
Date: Wed, 7 Oct 2015 20:54:14 +0200
Subject: [PATCH] [FIX] setup.py: pyparsing version inconsistent with
 requirements

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index bbb801133a4d..e75c89bf4a18 100644
--- a/setup.py
+++ b/setup.py
@@ -147,7 +147,7 @@ setup(
         'psycopg2 >= 2.2',
         'python-chart',
         'pydot',
-        'pyparsing < 2',
+        'pyparsing',
         'pypdf',
         'pyserial',
         'python-dateutil',
-- 
GitLab