Updated from global requirements

Change-Id: I59ae1b5a7cf6133b845c1f3e891bd8a0f1cbed8d
This commit is contained in:
OpenStack Proposal Bot 2015-07-15 07:34:03 +00:00
parent f816578502
commit 405607592e
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +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.
pbr<2.0,>=0.11
pbr<2.0,>=1.3
SQLAlchemy<1.1.0,>=0.9.7
alembic>=0.7.2
automaton>=0.2.0 # Apache-2.0
@ -29,7 +29,7 @@ oslo.log>=1.2.0 # Apache-2.0
oslo.policy>=0.5.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.service>=0.1.0 # Apache-2.0
oslo.utils>=1.6.0 # Apache-2.0
oslo.utils>=1.9.0 # Apache-2.0
pecan>=0.8.0
requests>=2.5.2
six>=1.9.0
@ -37,7 +37,7 @@ jsonpatch>=1.1
WSME>=0.7
Jinja2>=2.6 # BSD License (3 clause)
keystonemiddleware>=1.5.0
oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0
oslo.messaging>=1.16.0 # Apache-2.0
retrying!=1.3.0,>=1.2.3 # Apache-2.0
posix-ipc
oslo.versionedobjects!=0.5.0,>=0.3.0

View File

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

View File

@ -9,7 +9,7 @@ mock>=1.1;python_version!='2.6'
mock==1.0.1;python_version=='2.6'
Babel>=1.3
PyMySQL>=0.6.2 # MIT License
oslotest>=1.5.1 # Apache-2.0
oslotest>=1.7.0 # Apache-2.0
psycopg2
python-ironicclient>=0.6.0
python-subunit>=0.0.18