summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2017-03-02 11:43:51 +0000
committerRob Cresswell <robert.cresswell@outlook.com>2017-03-02 22:03:15 +0000
commita0f213f68fb038a7db73115bfb6a6ce99db17084 (patch)
tree17009f439ee3cbabbf7c8b5bb03cc59f8ea79407
parent1ff8021347b7913d1aa8e789ad0d1ba1d79f2156 (diff)
downloaddjango_openstack_auth-a0f213f68fb038a7db73115bfb6a6ce99db17084.tar.gz
Updated from global requirements
Change-Id: Ib47056da8ac8d8aa204a9e02d8f365c72c564e65
-rw-r--r--requirements.txt2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index f06a736..35331ce 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,7 +1,7 @@
# 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.
-pbr>=1.8 # Apache-2.0
+pbr>=2.0.0 # Apache-2.0
Django<1.9,>=1.8 # BSD
oslo.config!=3.18.0,>=3.14.0 # Apache-2.0
oslo.policy>=1.17.0 # Apache-2.0
diff --git a/setup.py b/setup.py
index 782bb21..566d844 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ except ImportError:
pass
setuptools.setup(
- setup_requires=['pbr>=1.8'],
+ setup_requires=['pbr>=2.0.0'],
pbr=True)