Set hard requirements for pip
This change sets the requirement for pip to be pip>7,<8. This is being done because the global pip wheel building producing a built wheel for pip8 which causing downstream breakage in the most current releases of master and liberty. Change-Id: Iddcbba94c62dc87dac6fc25efb17b99ee8ec37d6 Closes-Bug: #1541193 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
This commit is contained in:
parent
e28d2dcadd
commit
4a9b7b848a
@ -1,7 +1,7 @@
|
||||
Jinja2>=2.6 # ansible
|
||||
netaddr>=0.7.12 # playbooks/inventory/dynamic_inventory.py
|
||||
paramiko>=1.13.0 # ansible
|
||||
pip>=6.0
|
||||
pip>7,<8 # ansible
|
||||
PrettyTable>=0.7,<0.8 # scripts/inventory-manage.py
|
||||
pycrypto>=2.6 # ansible
|
||||
PyYAML>=3.1.0 # ansible
|
||||
|
Loading…
x
Reference in New Issue
Block a user