Updated from global requirements

Change-Id: I6711674785cb679e68b9a3262618573bb57ae301
This commit is contained in:
OpenStack Proposal Bot 2017-03-02 11:56:33 +00:00
parent 9fe18d5e96
commit 145006dfe1
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
six>=1.9.0 # MIT
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.utils>=3.18.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0
python-glanceclient>=2.5.0 # Apache-2.0
python-neutronclient>=5.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)