From 68b387605a45383577159478958ceeba121ade6a Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Tue, 9 Jan 2018 15:15:04 -0500 Subject: python-tinyrpc: initial version This is needed for the uprev of python-ryu. This requires new recipes for python-jsonext and python-gevent-websocket. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-tinyrpc_0.6.bb | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb b/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb new file mode 100644 index 0000000..28e230d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "A small, modular, transport and protocol neutral \ +RPC library that, among other things, supports JSON-RPC and zmq." +HOMEPAGE = "http://github.com/mbr/tinyrpc" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" + +SRC_URI[md5sum] = "2663568ba3e1793da7b21003f0847fdd" +SRC_URI[sha256sum] = "b4d64227f023f1f0736ef137bd4c901c7652563e62c7a20329222c3a0b14d84f" + +inherit setuptools pypi + +RDEPENDS_${PN} += " \ + python-six \ + python-gevent \ + python-requests \ + python-websocket-client \ + python-jsonext \ + python-gevent-websocket \ + python-werkzeug \ + python-pyzmq \ + " -- cgit v1.2.3-54-g00ecf