Updated from global requirements

Change-Id: I3f5509db39098814c87bd3cec0de6ae25a0001f1
This commit is contained in:
OpenStack Proposal Bot 2017-03-02 11:42:49 +00:00
parent 40d09015df
commit 911ed1af85
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# process, which may cause wedges in the gate later. # process, which may cause wedges in the gate later.
# See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here... # See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here...
pbr>=1.8 # Apache-2.0 pbr>=2.0.0 # Apache-2.0
# Python 2->3 compatibility library. # Python 2->3 compatibility library.
six>=1.9.0 # MIT six>=1.9.0 # MIT

View File

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