Skip to content

Commit

Permalink
pip: Move tinyrpc to pip-requires
Browse files Browse the repository at this point in the history
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 <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
  • Loading branch information
iwaseyusuke authored and fujita committed Nov 11, 2016
1 parent 6e2fe4e commit b9e4345
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tools/pip-requires
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion tools/test-requires
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b9e4345

Please sign in to comment.