Updated from global requirements

Change-Id: I18efc2bf190405b09dafe753957f684b4fb4e0fa
This commit is contained in:
OpenStack Proposal Bot 2017-05-17 03:55:54 +00:00
parent 169f8a1ca2
commit 61eda5eddb
3 changed files with 4 additions and 4 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>=1.8 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0
aodhclient>=0.7.0 # Apache-2.0
gnocchiclient>=2.7.0 # Apache-2.0
python-barbicanclient>=4.0.0 # Apache-2.0
@ -10,7 +10,7 @@ python-designateclient>=1.5.0 # Apache-2.0
python-heatclient>=1.6.1 # Apache-2.0
python-ironicclient>=1.11.0 # Apache-2.0
python-ironic-inspector-client>=1.5.0 # Apache-2.0
python-mistralclient>=2.0.0 # Apache-2.0
python-mistralclient>=3.1.0 # Apache-2.0
python-muranoclient>=0.8.2 # Apache-2.0
python-neutronclient>=5.1.0 # Apache-2.0
python-saharaclient>=1.1.0 # Apache-2.0

View File

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

View File

@ -7,5 +7,5 @@ hacking<0.11,>=0.10.0
oslotest>=1.10.0 # Apache-2.0
# this is required for the docs
sphinx>=1.5.1 # BSD
sphinx!=1.6.1,>=1.5.1 # BSD
oslosphinx>=4.7.0 # Apache-2.0