At Tue,  8 Dec 2015 05:57:54 -0800,
FUJITA Tomonori wrote:
> 
> oslo.config v3.1.0 dropped python2.6 support:
> 
> https://github.com/openstack/oslo.config/commit/9470f19eacb99425055946bd4a6079b71406ff1b

It seems that this commit is causing some issue.

https://bugs.launchpad.net/neutron/+bug/1531837

Could an environment marker be used to cap oslo.config version only in
python2.6?

http://pip.readthedocs.org/en/stable/reference/pip_install/#requirement-specifiers

> Signed-off-by: FUJITA Tomonori <[email protected]>
> ---
>  tools/pip-requires | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/pip-requires b/tools/pip-requires
> index 567600f..6f3f591 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
> -- 
> 1.9.5 (Apple Git-50.3)
> 
> 
> ------------------------------------------------------------------------------
> Go from Idea to Many App Stores Faster with Intel(R) XDK
> Give your users amazing mobile app experiences with Intel(R) XDK.
> Use one codebase in this all-in-one HTML5 development environment.
> Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
> http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
> 

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to