From 4c470f81424a425d7620551caa9b8d3891f53163 Mon Sep 17 00:00:00 2001
From: OpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Date: Fri, 18 Sep 2015 20:43:19 +0000
Subject: [PATCH] Updated from global requirements

Change-Id: Ie07b3ad930d065254336a4fcd8f8700ae7c71817
---
 requirements.txt | 2 +-
 setup.py         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 24747af0bf..212cb06d01 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,7 @@
 # process, which may cause wedges in the gate later.
 
 # pbr should be first
-pbr<2.0,>=1.6
+pbr>=1.6
 
 alembic>=0.8.0
 Babel>=1.3
diff --git a/setup.py b/setup.py
index d8080d05c8..782bb21f06 100644
--- a/setup.py
+++ b/setup.py
@@ -25,5 +25,5 @@ except ImportError:
     pass
 
 setuptools.setup(
-    setup_requires=['pbr>=1.3'],
+    setup_requires=['pbr>=1.8'],
     pbr=True)