From 22501710983fb79a8a337e6bf650821efdc7cf59 Mon Sep 17 00:00:00 2001 From: FUJITA Tomonori Date: Fri, 8 Jan 2016 21:07:35 +0900 Subject: [PATCH] cap oslo.config version only in python2.6 https://bugs.launchpad.net/neutron/+bug/1531837 Signed-off-by: FUJITA Tomonori Reviewed-by: IWAMOTO Toshihiro --- tools/pip-requires | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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