Updated from global requirements

Change-Id: I8ce4b6c768eb8d4a0a2c8d7ebcaa4116414e11b0
This commit is contained in:
OpenStack Proposal Bot 2015-09-22 10:45:07 +00:00
parent b75556525d
commit ae51055926
2 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,7 @@ oslo.log>=1.8.0 # Apache-2.0
oslo.serialization>=1.4.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
paramiko>=1.13.0
pbr<2.0,>=1.6
pbr>=1.6
PrettyTable<0.8,>=0.7
PyYAML>=3.1.0
psycopg2>=2.5
@ -26,7 +26,7 @@ python-keystoneclient>=1.6.0
python-novaclient>=2.28.1
python-neutronclient>=2.6.0
python-cinderclient>=1.3.1
python-manilaclient>=1.2.0
python-manilaclient>=1.3.0
python-heatclient>=0.3.0
python-ceilometerclient>=1.5.0
python-ironicclient>=0.8.0

View File

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