Updated from global requirements

Change-Id: I2dcf32f17d7027e93feb22b085c514a8f92c5475
This commit is contained in:
OpenStack Proposal Bot 2017-03-02 11:54:29 +00:00
parent 37702fc287
commit 045fd9e680
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ keystoneauth1>=2.18.0 # Apache-2.0
osc-lib>=1.2.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.utils>=3.20.0 # Apache-2.0
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
python-openstackclient>=3.3.0 # Apache-2.0
requests!=2.12.2,!=2.13.0,>=2.10.0 # Apache-2.0
six>=1.9.0 # 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)