Skip to content

Commit 0fe3efa

Browse files
committed
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
1 parent 67e413a commit 0fe3efa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/pip-requires

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmd2
44
httplib2
55
keyring
66
prettytable
7-
pyparsing
7+
pyparsing>=1.5.6,<2.0
88
pycrypto
99
python-keystoneclient>=0.1,<0.2
1010
python-novaclient>=2,<3

0 commit comments

Comments
 (0)