diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb b/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb new file mode 100644 index 0000000..f77cebe --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | DESCRIPTION = "A small, modular, transport and protocol neutral \ | ||
| 2 | RPC library that, among other things, supports JSON-RPC and zmq." | ||
| 3 | HOMEPAGE = "http://github.com/mbr/tinyrpc" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | LICENSE = "MIT" | ||
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "cd61e3cbc01ea940abc97d3a87abf4a7" | ||
| 9 | SRC_URI[sha256sum] = "4b41fab967fb1c978f573bf0d609a3b12cc3b6ed62bd3108f43f575563746396" | ||
| 10 | |||
| 11 | inherit setuptools3 pypi | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += " \ | ||
| 14 | python3-six \ | ||
| 15 | python3-gevent \ | ||
| 16 | python3-requests \ | ||
| 17 | python3-websocket-client \ | ||
| 18 | python3-jsonext \ | ||
| 19 | python3-gevent-websocket \ | ||
| 20 | python3-werkzeug \ | ||
| 21 | python3-pyzmq \ | ||
| 22 | " | ||
