Updated from global requirements

Change-Id: If18d13024427c49617b31f31099819de945d76be
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 12:16:39 +00:00
parent f4cb45ffdd
commit 1ce50c4c42
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
cliff>=1.14.0 # Apache-2.0
oslo.i18n>=1.5.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
pbr<2.0,>=1.6
pbr>=1.6
python-openstackclient>=1.5.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)