summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorWei-Li Tang <alextwl@xinguard.com>2014-03-01 22:52:59 +0800
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2014-03-04 13:21:38 +0900
commit1875071ce2f96614a66fcd9c8eee431b83ec32b0 (patch)
tree0966bdd909653e7c2bc9009f7878c98475a4ee58 /tools
parent9719958863c3ff9092dcc5ddb6b209b161c1579c (diff)
six.add_metaclass requires six>=1.4.0
python-six package from Ubuntu 12.04 LTS remains version 1.1.0, which prevents ryu-manager from being started and raises exception "AttributeError: 'module' object has no attribute 'add_metaclass'". Signed-off-by: Wei-Li Tang <alextwl@xinguard.com> Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Diffstat (limited to 'tools')
-rw-r--r--tools/pip-requires2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires
index 96315d00..0d5792c6 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -5,5 +5,5 @@ netaddr
oslo.config
paramiko
routes
-six
+six>=1.4.0
webob>=1.0.8