summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-06-13 22:20:31 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2016-06-13 22:20:31 +0000
commit3bdf378f30f16aae0405e91ac6705b213e526ea7 (patch)
tree6c77b3f009753f971e0523329f06e9d67d233de6
parent76fb7683e5d96600678cfa7c58e9028b0be33692 (diff)
downloadglance_store-stable/mitaka.tar.gz
Updated from global requirementsmitaka-eolstable/mitaka
Change-Id: I5c47b16be5730c9d83b0a9b560e023fc3f7cd8f5
-rw-r--r--requirements.txt2
-rw-r--r--setup.cfg2
2 files changed, 2 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt
index 3b00f02..995e955 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,7 +5,7 @@ oslo.config>=3.7.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0
oslo.serialization>=1.10.0 # Apache-2.0
oslo.utils>=3.5.0 # Apache-2.0
-oslo.concurrency>=3.5.0 # Apache-2.0
+oslo.concurrency>=3.7.1 # Apache-2.0
stevedore>=1.5.0 # Apache-2.0
enum34;python_version=='2.7' or python_version=='2.6' or python_version=='3.3' # BSD
diff --git a/setup.cfg b/setup.cfg
index d915443..ca0cf85 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -64,7 +64,7 @@ swift =
python-swiftclient>=2.2.0 # Apache-2.0
cinder =
python-cinderclient>=1.3.1 # Apache-2.0
- os-brick>=1.0.0 # Apache-2.0
+ os-brick!=1.4.0,>=1.0.0 # Apache-2.0
oslo.rootwrap>=2.0.0 # Apache-2.0
[build_sphinx]