Updated from global requirements

Change-Id: Ie6c8c5d12813d9a45690dfc27c0c91a7f7336fe1
This commit is contained in:
OpenStack Proposal Bot 2017-03-08 17:07:15 +00:00
parent ca73d4502c
commit c3919458d2
2 changed files with 2 additions and 2 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.
kombu>=3.0.25 # BSD
kombu!=4.0.2,>=4.0.0 # 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)