Updated from global requirements

Change-Id: Ib88162b601e714e94678503f6313c9b6c3a55db2
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 12:11:31 +00:00
parent f6f2c4cd48
commit a24b754c67
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ oslo.service>=0.7.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
Paste
PasteDeploy>=1.5.0
pbr<2.0,>=1.6
pbr>=1.6
pecan>=1.0.0
python-designateclient>=1.0.0
python-neutronclient>=2.6.0

View File

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