summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEoghan Glynn <eglynn@redhat.com>2013-10-17 12:04:04 +0100
committerEoghan Glynn <eglynn@redhat.com>2013-10-17 12:59:22 +0100
commita3a187ec18ab15b493311d4e83bafe3e75e22fd4 (patch)
tree8090794fd32acab3e62b2e1f60abd8aadbb31023
parent1f2585ff1b4d72dfb189a25fd141adb347c73287 (diff)
downloadceilometer-2013.1.4.tar.gz
Remove upper bound on six dependency version2013.1.4
The upper bound on the six dependency version conflicts with the lower bound on the transitive six dependency pulled in via the latest 0.4.1 keystoneclient. (We also increase the lower bound on the WSME dependency version to avoid a potential conflict between six 1.4.x and WSME 0.5b2) Change-Id: I4f00ff756e80397b6c3829b482c3b074b47824df
-rw-r--r--tools/pip-requires4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 3743f122..67b6a15b 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -17,8 +17,8 @@ python-swiftclient
lxml
requests>=1.1
extras
-six<1.4.0
-wsme>=0.5b1
+six
+wsme>=0.5b1,<=0.5b5
pyyaml
oslo.config>=1.1.0
happybase>=0.4