Updated from global requirements

Change-Id: I43ce3db5943727a54d758cd7ec129b0d6f4065f1
This commit is contained in:
OpenStack Proposal Bot 2017-03-08 02:43:55 +00:00
parent b990d6f746
commit 1527338c23
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -3,6 +3,6 @@
# process, which may cause wedges in the gate later.
# Hacking already pins down pep8, pyflakes and flake8
hacking>=0.12.0,!=0.13.0,<0.14 # Apache-2.0
openstackdocstheme>=1.5.0 # Apache-2.0
hacking!=0.13.0,<0.14,>=0.12.0 # Apache-2.0
openstackdocstheme>=1.5.0 # Apache-2.0
sphinx>=1.5.1 # BSD