Updated from global requirements

Change-Id: Ie4b53dea0e38d4d3427861cc5090f35f09336cf0
This commit is contained in:
OpenStack Proposal Bot 2017-03-16 18:21:20 +00:00
parent 1e48b0eb4c
commit 1a0f2136f4
2 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@
# of appearance. Changing the order has an impact on the overall integration # of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
pbr>=1.8 # Apache-2.0 pbr>=2.0.0 # Apache-2.0
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 python-cinderclient>=2.0.1 # Apache-2.0
os-brick>=1.8.0 # Apache-2.0 os-brick>=1.8.0 # Apache-2.0
oslo.concurrency>=3.8.0 # Apache-2.0 oslo.concurrency>=3.8.0 # Apache-2.0

View File

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