Updated from global requirements

Change-Id: If1da97bd97d3acbce5048f5719ba934c04875044
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 12:16:32 +00:00
parent a99b134283
commit acbed679f2
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
cliff>=1.14.0 # Apache-2.0
jsonschema!=2.5.0,<3.0.0,>=2.0.0
pbr<2.0,>=1.6
pbr>=1.6
python-keystoneclient>=1.6.0
requests>=2.5.2
six>=1.9.0

View File

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