Skip to content

Commit

Permalink
avoid oslo.config 3.1.0 and later for python2.6 support
Browse files Browse the repository at this point in the history
oslo.config v3.1.0 dropped python2.6 support:

openstack/oslo.config@9470f19

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
fujita committed Dec 8, 2015
1 parent 106e88f commit 1ed92b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

1 comment on commit 1ed92b2

@fauxtonic
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This change breaks the install when using pip 1.5.6 (Ubuntu 15.04) - this version of pip doesn't seem to be compatible with the specified syntax but works fine when the change is reverted.

Please sign in to comment.