Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 0305113317f9e80328b139dce3f45533 > files > 13

python-quantumclient-2.1-1.fc18.src.rpm

From f328f68ab0083741b1424fd4002670d1103cfaff Mon Sep 17 00:00:00 2001
From: Ben Andrews <andrewsben@gmail.com>
Date: Sun, 16 Dec 2012 20:39:18 -0500
Subject: [PATCH] bug 1091028

sets version that pip can use for pyparser to one that is for python 2.X.  2.0.0 is only for python 3

Change-Id: I8e23e576032290a71ba929af5f5c729ae3dffca6
Fixes: bug #1091028
---
 tools/pip-requires | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/pip-requires b/tools/pip-requires
index 6183e4e..2deb910 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -3,4 +3,4 @@ argparse
 httplib2
 prettytable>=0.6.0
 simplejson
-pyparsing
+pyparsing>=1.5.6,<2.0