Updated from global requirements

Change-Id: I8a21709e1a45a5dfa4f8157d9d8a76aa56748519
This commit is contained in:
OpenStack Proposal Bot 2015-09-17 12:10:54 +00:00
parent 20c05120fd
commit 1a4f6bec5d
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr<2.0,>=1.6
pbr>=1.6
# Python 2->3 compatibility library.
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)