Updated from global requirements

Change-Id: Ib97f883ba2a16f6c82fecc472574d216f1e9c13f
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 12:11:25 +00:00
parent 48a0e22292
commit 6f0fe9cde6
2 changed files with 5 additions and 5 deletions

View File

@ -9,13 +9,13 @@ keystonemiddleware>=2.0.0
mox>=0.5.3
Paste
PasteDeploy>=1.5.0
pbr<2.0,>=1.6
pbr>=1.6
python-keystoneclient>=1.6.0
python-heatclient>=0.3.0
python-muranoclient>=0.5.6
python-muranoclient>=0.7.0
python-novaclient>=2.28.1
python-neutronclient<3,>=2.6.0
python-ceilometerclient>=1.0.13
python-neutronclient>=2.6.0
python-ceilometerclient>=1.5.0
python-cinderclient>=1.3.1
python-swiftclient>=2.2.0
python-ironicclient>=0.8.0

View File

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