From 0fe3efaacb5a7eb44d950b4ac7d16df2a495a9d6 Mon Sep 17 00:00:00 2001 From: Ben Andrews Date: Sun, 16 Dec 2012 20:48:36 -0500 Subject: [PATCH] bug 1091029 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: Ief16981b5e2c7d8716fdf77e15998cc9ffae9779 Fixes: bug #1091029 --- tools/pip-requires | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pip-requires b/tools/pip-requires index 0d107ef25..30bbd129c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -4,7 +4,7 @@ cmd2 httplib2 keyring prettytable -pyparsing +pyparsing>=1.5.6,<2.0 pycrypto python-keystoneclient>=0.1,<0.2 python-novaclient>=2,<3