Updated from global requirements

Change-Id: I7a33402d02a488b38637a38d0ed15064a05e67c2
This commit is contained in:
OpenStack Proposal Bot 2016-01-19 13:53:31 +00:00
parent 89712182d4
commit 9bfb197ac4
2 changed files with 31 additions and 31 deletions

View File

@ -2,35 +2,35 @@
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
pbr>=1.6
pbr>=1.6 # Apache-2.0
# The greenlet package must be compiled with gcc and needs
# the Python.h headers. Make sure you install the python-dev
# package to get the right headers...
greenlet>=0.3.2
greenlet>=0.3.2 # MIT
eventlet>=0.17.4
PasteDeploy>=1.5.0
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7'
Routes!=2.0,>=1.12.3;python_version!='2.7'
WebOb>=1.2.3
eventlet>=0.17.4 # MIT
PasteDeploy>=1.5.0 # MIT
Routes!=2.0,!=2.1,>=1.12.3;python_version=='2.7' # MIT
Routes!=2.0,>=1.12.3;python_version!='2.7' # MIT
WebOb>=1.2.3 # MIT
oslo.config>=3.2.0 # Apache-2.0
oslo.concurrency>=2.3.0 # Apache-2.0
oslo.context>=0.2.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.service>=1.0.0 # Apache-2.0
oslo.utils>=3.2.0 # Apache-2.0
oslo.utils>=3.4.0 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0
keystonemiddleware>=4.0.0
WSME>=0.8
keystonemiddleware>=4.0.0 # Apache-2.0
WSME>=0.8 # MIT
# For paste.util.template used in keystone.common.template
Paste
Paste # MIT
python-keystoneclient!=1.8.0,>=1.6.0
pyOpenSSL>=0.14
python-keystoneclient!=1.8.0,!=2.1.0,>=1.6.0 # Apache-2.0
pyOpenSSL>=0.14 # Apache-2.0
# Required by openstack.common libraries
six>=1.9.0
six>=1.9.0 # MIT
oslo.i18n>=1.5.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
@ -40,9 +40,9 @@ oslo.serialization>=1.10.0 # Apache-2.0
osprofiler>=0.4.0 # Apache-2.0
elasticsearch<2.0,>=1.3.0
elasticsearch<2.0,>=1.3.0 # Apache-2.0
# Clients required for indexing plugins
python-designateclient>=1.5.0
python-glanceclient>=1.2.0
python-novaclient!=2.33.0,>=2.29.0
python-designateclient>=1.5.0 # Apache-2.0
python-glanceclient>=1.2.0 # Apache-2.0
python-novaclient!=2.33.0,>=2.29.0 # Apache-2.0

View File

@ -6,23 +6,23 @@
hacking<0.11,>=0.10.0
# For translations processing
Babel>=1.3
Babel>=1.3 # BSD
# Needed for testing
coverage>=3.6
discover
fixtures>=1.3.1
mox3>=0.7.0
mock>=1.2
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
requests!=2.9.0,>=2.8.1
testrepository>=0.0.18
testtools>=1.4.0
psutil<2.0.0,>=1.1.1
coverage>=3.6 # Apache-2.0
discover # BSD
fixtures>=1.3.1 # Apache-2.0/BSD
mox3>=0.7.0 # Apache-2.0
mock>=1.2 # BSD
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
requests!=2.9.0,>=2.8.1 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
psutil<2.0.0,>=1.1.1 # BSD
oslotest>=1.10.0 # Apache-2.0
reno>=0.1.1 # Apache2
simplejson>=2.2.0
httplib2>=0.7.5
simplejson>=2.2.0 # MIT
httplib2>=0.7.5 # MIT
# Documentation
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0