Add warn re sorting requirements

Change-Id: I3535789b7f4be8d71a816490417b0ea9f94d7e04
This commit is contained in:
Sergey Lukjanov 2014-09-04 20:14:11 +04:00
parent 14a520b167
commit f94abdfb6c
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=0.6,!=0.7,<1.0
alembic>=0.6.4
Babel>=1.3
eventlet>=0.15.1
@ -12,7 +18,6 @@ oslo.i18n>=0.2.0 # Apache-2.0
oslo.messaging>=1.4.0.0a3
oslo.utils>=0.2.0 # Apache-2.0
paramiko>=1.13.0
pbr>=0.6,!=0.7,<1.0
posix_ipc
requests>=1.2.1
python-cinderclient>=1.0.7

View File

@ -1,3 +1,7 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
hacking>=0.9.2,<0.10
MySQL-python