Updated from global requirements

Change-Id: I0783b599db8914f26badc13dee9dab8174fd7b86
This commit is contained in:
OpenStack Proposal Bot 2017-03-02 11:45:30 +00:00
parent e6d97cdf5c
commit d25cda389c
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@ jsonschema!=2.5.0,<3.0.0,>=2.0.0 # MIT
keystoneauth1>=2.18.0 # Apache-2.0
keystonemiddleware>=4.12.0 # Apache-2.0
netaddr!=0.7.16,>=0.7.13 # BSD
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
python-ironicclient>=1.11.0 # Apache-2.0
python-swiftclient>=3.2.0 # Apache-2.0
pytz>=2013.6 # MIT
@ -28,5 +28,5 @@ oslo.rootwrap>=5.0.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
six>=1.9.0 # MIT
stevedore>=1.17.1 # Apache-2.0
stevedore>=1.20.0 # Apache-2.0
SQLAlchemy<1.1.0,>=1.0.10 # MIT

View File

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