From 8409f2ced0594b5f79d0d1c346a44d3b4a29b424 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 15 Jul 2015 01:38:24 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I9e76aa94e681e68b5e4fa0fc772f9266355aa666 --- requirements.txt | 4 ++-- setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 24414c6d7..ebb42afe6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. # See: https://bugs.launchpad.net/pbr/+bug/1384919 for why this is here... -pbr<2.0,>=0.11 +pbr<2.0,>=1.3 # Packages needed for using this library. @@ -38,7 +38,7 @@ monotonic>=0.1 # Apache-2.0 jsonschema!=2.5.0,<3.0.0,>=2.0.0 # For common utilities -oslo.utils>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 # For lru caches and such diff --git a/setup.py b/setup.py index 056c16c2b..d8080d05c 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ except ImportError: pass setuptools.setup( - setup_requires=['pbr'], + setup_requires=['pbr>=1.3'], pbr=True) diff --git a/test-requirements.txt b/test-requirements.txt index 028c95360..6a4f6ae2f 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -3,7 +3,7 @@ # process, which may cause wedges in the gate later. hacking<0.11,>=0.10.0 -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.7.0 # Apache-2.0 mock>=1.1;python_version!='2.6' mock==1.0.1;python_version=='2.6' testtools>=1.4.0