This reverts commit 8fc25ca6c8c3f4510980b14db2604e62af043a2d. The workaround is no longer necessary because the relevant fix in devstack [1] has been merged.
[1] https://review.openstack.org/#/c/165709/ Signed-off-by: YAMAMOTO Takashi <[email protected]> --- tools/pip-requires | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index 822c888..5753ce5 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,7 +1,7 @@ eventlet -msgpack-python>=0.3.0 +msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) netaddr oslo.config>=1.2.0 -routes +routes # wsgi six>=1.4.0 -webob>=1.2 +webob>=1.2 # wsgi -- 2.1.0 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
