xref: /OK3568_Linux_fs/buildroot/package/python-tinyrpc/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
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