This partially reverts commit bf58a6dcf3dcf6241fc1c9e58f3e43d2aa9ea7f2. devstack (stable/juno) fails to process comments in this file. While a fix for devstack has been proposed [1], it might take some time to be merged. I guess it's best to fix it in ryu, at least for a while.
[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 5753ce5..822c888 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -1,7 +1,7 @@ eventlet -msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) +msgpack-python>=0.3.0 netaddr oslo.config>=1.2.0 -routes # wsgi +routes six>=1.4.0 -webob>=1.2 # wsgi +webob>=1.2 -- 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
