diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-01-08 21:07:35 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-01-08 21:07:35 +0900 |
commit | 22501710983fb79a8a337e6bf650821efdc7cf59 (patch) | |
tree | e4484dfeb8dcbdbf8e42586dd23607fbaa4aef7e /tools/pip-requires | |
parent | cd779e2c557f3541551ff3aea9a48062842fd7f3 (diff) |
cap oslo.config version only in python2.6
https://bugs.launchpad.net/neutron/+bug/1531837
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Reviewed-by: IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
Diffstat (limited to 'tools/pip-requires')
-rw-r--r-- | tools/pip-requires | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/pip-requires b/tools/pip-requires index 6f3f5912..c274774d 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,7 +1,8 @@ eventlet>=0.15 msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) netaddr -oslo.config>=1.6.0, <=3.0.0 +oslo.config>=1.6.0, <=3.0.0 ; python_version < '2.7' +oslo.config>=1.6.0 ; python_version >= '2.7' routes # wsgi six>=1.4.0 webob>=1.2 # wsgi |