Updated from global requirements

Change-Id: Id0a1e749175f68610ab0873f4626c88b0d0b545e
This commit is contained in:
OpenStack Proposal Bot 2017-03-02 11:45:46 +00:00
parent f98b2ad496
commit c1bb2f9764
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
# be installed in a specific order.
#
# PBR should always appear first
pbr>=1.8 # Apache-2.0
pbr>=2.0.0 # Apache-2.0
Babel>=2.3.4 # BSD
Django<1.9,>=1.8 # BSD
django-babel>=0.5.1 # BSD

View File

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