Because the embedded tinyrpc was removed, tinyrpc is required to be install for running Ryu application. This patch moves tinyrpc from test-requires to pip-requires.
Signed-off-by: IWASE Yusuke <[email protected]> --- tools/pip-requires | 3 ++- tools/test-requires | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/pip-requires b/tools/pip-requires index e4c9739..34ac85c 100644 --- a/tools/pip-requires +++ b/tools/pip-requires @@ -2,7 +2,8 @@ eventlet>=0.15 msgpack-python>=0.3.0 # RPC library, BGP speaker(net_cntl) netaddr oslo.config>=1.15.0 +ovs>=2.6.0 # OVSDB routes # wsgi six>=1.4.0 +tinyrpc # RPC library, BGP speaker(net_cntl) webob>=1.2 # wsgi -ovs>=2.6.0 # OVSDB diff --git a/tools/test-requires b/tools/test-requires index 8510ede..009adfc 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -8,5 +8,4 @@ lxml; platform_python_implementation != 'PyPy' # OF-Config lxml==3.4.0; platform_python_implementation == 'PyPy' cryptography==1.5 paramiko # NETCONF, BGP speaker -tinyrpc # RPC ncclient # OF-Config -- 2.7.4 ------------------------------------------------------------------------------ Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based developer platforms. With one year of Intel Parallel Studio XE. Training and support from Colfax. Order your platform today. http://sdm.link/xeonphi _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
