From 1a0f2136f4fb61e7a02539bbc273fbd61dadc6ae Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Thu, 16 Mar 2017 18:21:20 +0000 Subject: [PATCH] Updated from global requirements Change-Id: Ie4b53dea0e38d4d3427861cc5090f35f09336cf0 --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2d62ffd..9b9b6d0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,8 +2,8 @@ # 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 -python-cinderclient!=1.7.0,!=1.7.1,>=1.6.0 # Apache-2.0 +python-cinderclient>=2.0.1 # Apache-2.0 os-brick>=1.8.0 # Apache-2.0 oslo.concurrency>=3.8.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)