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