1config BR2_PACKAGE_PYTHON_TINYRPC
2 bool "python-tinyrpc"
3 depends on BR2_PACKAGE_PYTHON3
4 select BR2_PACKAGE_PYTHON_SIX # runtime
5 help
6 A small, modular, transport and protocol neutral RPC
7 library that, among other things, supports JSON-RPC and
8 zmq.
9
10 http://github.com/mbr/tinyrpc
11