Updated from global requirements

Change-Id: I07fbce0c851eb5a235e21911c3f049d9a8ad35b2
This commit is contained in:
OpenStack Proposal Bot 2016-01-16 03:27:06 +00:00
parent 5c7a8471a3
commit ceabbdf7a0
2 changed files with 13 additions and 13 deletions

View File

@ -2,14 +2,14 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6
eventlet>=0.17.4
greenlet>=0.3.2
pbr>=1.6 # Apache-2.0
eventlet>=0.17.4 # MIT
greenlet>=0.3.2 # MIT
oslo.concurrency>=2.3.0 # Apache-2.0
oslo.config>=3.2.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.service>=1.0.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
requests!=2.9.0,>=2.8.1
six>=1.9.0
requests!=2.9.0,>=2.8.1 # Apache-2.0
six>=1.9.0 # MIT
oslo.log>=1.14.0 # Apache-2.0

View File

@ -2,15 +2,15 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
coverage>=3.6
discover
coverage>=3.6 # Apache-2.0
discover # BSD
hacking<0.11,>=0.10.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
pylint==1.4.5 # GNU GPL v2
simplejson>=2.2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
testscenarios>=0.4
testtools>=1.4.0
mox3>=0.7.0
os-testr>=0.4.1
simplejson>=2.2.0 # MIT
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
testscenarios>=0.4 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
mox3>=0.7.0 # Apache-2.0
os-testr>=0.4.1 # Apache-2.0