Updated from global requirements

Change-Id: I0b3cb6a842586994f536be55c71e039ae3c6cc49
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 16:39:24 +00:00
parent 1d293aced5
commit 36ba95ad16
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ oslo.log>=1.8.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.service>=0.7.0 # Apache-2.0
paramiko>=1.13.0
pbr<2.0,>=1.6
pbr>=1.6
pecan>=1.0.0
python-cinderclient>=1.3.1
python-glanceclient>=0.18.0

View File

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