summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-15 07:34:03 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2015-07-15 07:34:03 +0000
commit405607592e2fa082764ba4bbbf871f886c7100b5 (patch)
treecee9da136f3afc0f63ceb1c0b75c65ee8539e079
parentf816578502d18477b5cca6c857091fb2b14d62ba (diff)
downloadironic-405607592e2fa082764ba4bbbf871f886c7100b5.tar.gz
Updated from global requirements
Change-Id: I59ae1b5a7cf6133b845c1f3e891bd8a0f1cbed8d
-rw-r--r--requirements.txt6
-rw-r--r--setup.py2
-rw-r--r--test-requirements.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/requirements.txt b/requirements.txt
index d16d570e8..1b435884c 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 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 d6df71479..a13ffd4b8 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