Updated from global requirements

Change-Id: I27498c345a6c0de5d9454d6b1120efb1fbdf4f47
This commit is contained in:
OpenStack Proposal Bot 2015-12-02 20:25:52 +00:00
parent 9deeedcad6
commit 8c214f1e7a
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
oslo.log>=1.8.0 # Apache-2.0
oslo.utils>=2.0.0 # Apache-2.0
oslo.log>=1.12.0 # Apache-2.0
oslo.utils>=2.8.0 # Apache-2.0

View File

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