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>
This commit is contained in:
FUJITA Tomonori 2016-01-08 21:07:35 +09:00
parent cd779e2c55
commit 2250171098

View File

@ -1,7 +1,8 @@
eventlet>=0.15 eventlet>=0.15
msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl)
netaddr 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 routes # wsgi
six>=1.4.0 six>=1.4.0
webob>=1.2 # wsgi webob>=1.2 # wsgi