summaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-12-08 21:48:38 +0900
committerFUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>2015-12-08 21:48:38 +0900
commit1ed92b25b5997f804dd70a4f072fd20f6af618e0 (patch)
tree15f7dedc73536fc031f6959c5fa11916f23ed69c /tools
parent106e88f77a006933f32223360ae5dbf45ef62e59 (diff)
avoid oslo.config 3.1.0 and later for python2.6 support
oslo.config v3.1.0 dropped python2.6 support: https://github.com/openstack/oslo.config/commit/9470f19eacb99425055946bd4a6079b71406ff1b 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 567600f1..6f3f5912 100644
--- a/tools/pip-requires
+++ b/tools/pip-requires
@@ -1,7 +1,7 @@
eventlet>=0.15
msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl)
netaddr
-oslo.config>=1.6.0
+oslo.config>=1.6.0, <=3.0.0
routes # wsgi
six>=1.4.0
webob>=1.2 # wsgi