From 405607592e2fa082764ba4bbbf871f886c7100b5 Mon Sep 17 00:00:00 2001 From: OpenStack Proposal Bot Date: Wed, 15 Jul 2015 07:34:03 +0000 Subject: [PATCH] Updated from global requirements Change-Id: I59ae1b5a7cf6133b845c1f3e891bd8a0f1cbed8d --- requirements.txt | 6 +++--- setup.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index d16d570e84..1b435884cb 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<2.0,>=0.11 +pbr<2.0,>=1.3 SQLAlchemy<1.1.0,>=0.9.7 alembic>=0.7.2 automaton>=0.2.0 # Apache-2.0 @@ -29,7 +29,7 @@ oslo.log>=1.2.0 # Apache-2.0 oslo.policy>=0.5.0 # Apache-2.0 oslo.serialization>=1.4.0 # Apache-2.0 oslo.service>=0.1.0 # Apache-2.0 -oslo.utils>=1.6.0 # Apache-2.0 +oslo.utils>=1.9.0 # Apache-2.0 pecan>=0.8.0 requests>=2.5.2 six>=1.9.0 @@ -37,7 +37,7 @@ jsonpatch>=1.1 WSME>=0.7 Jinja2>=2.6 # BSD License (3 clause) keystonemiddleware>=1.5.0 -oslo.messaging!=1.12.0,>=1.8.0 # Apache-2.0 +oslo.messaging>=1.16.0 # Apache-2.0 retrying!=1.3.0,>=1.2.3 # Apache-2.0 posix-ipc oslo.versionedobjects!=0.5.0,>=0.3.0 diff --git a/setup.py b/setup.py index 056c16c2b8..d8080d05c8 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 d6df714796..a13ffd4b85 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -9,7 +9,7 @@ mock>=1.1;python_version!='2.6' mock==1.0.1;python_version=='2.6' Babel>=1.3 PyMySQL>=0.6.2 # MIT License -oslotest>=1.5.1 # Apache-2.0 +oslotest>=1.7.0 # Apache-2.0 psycopg2 python-ironicclient>=0.6.0 python-subunit>=0.0.18