Updated from global requirements

Change-Id: I99aa804116a86365a06c5bf92c107ff28cc3b305
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 21:27:34 +00:00
parent e7e142f40a
commit 574c5224a8
3 changed files with 8 additions and 6 deletions

View File

@ -1,12 +1,13 @@
# 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<2.0,>=0.11
pbr<2.0,>=1.3
SQLAlchemy<1.1.0,>=0.9.7
eventlet>=0.17.4
keystonemiddleware>=1.5.0
kombu>=3.0.7
Routes!=2.0,!=2.1,>=1.12.3
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
PasteDeploy>=1.5.0
Paste
@ -30,11 +31,11 @@ pexpect!=3.3,>=3.1 # ISC License
oslo.config>=1.11.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
oslo.concurrency>=2.1.0 # Apache-2.0
MySQL-python;python_version=='2.7'
Babel>=1.3
six>=1.9.0
stevedore>=1.5.0 # Apache-2.0
oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0
oslo.messaging>=1.16.0 # Apache-2.0
osprofiler>=0.3.0 # Apache-2.0

View File

@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
setup_requires=['pbr'],
setup_requires=['pbr>=1.3'],
pbr=True)

View File

@ -18,7 +18,8 @@ http://tarballs.openstack.org/python-troveclient/python-troveclient-master.tar.g
mock>=1.0
mock>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
mox3>=0.7.0
testtools>=1.4.0
discover