diff options
author | IWASE Yusuke <iwase.yusuke0@gmail.com> | 2016-05-25 15:27:34 +0900 |
---|---|---|
committer | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2016-06-01 20:38:27 +0900 |
commit | 4fa85d1e4b551b0e2cd2af4d827265c0d34666e5 (patch) | |
tree | cdbade6a6eb8f80c1f3cc5f5eebd348bb9bde089 | |
parent | 9e3aaaf2d812a08201ff615bec0317d80840f094 (diff) |
test-requires: Add tinyrpc for RPC controller in wsgi
Signed-off-by: IWASE Yusuke <iwase.yusuke0@gmail.com>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
-rw-r--r-- | tools/test-requires | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test-requires b/tools/test-requires index 3150b928..1cc85a54 100644 --- a/tools/test-requires +++ b/tools/test-requires @@ -7,3 +7,4 @@ formencode lxml; platform_python_implementation != 'PyPy' # OF-Config lxml==3.4.0; platform_python_implementation == 'PyPy' paramiko # NETCONF, BGP speaker +tinyrpc # RPC |