diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-06-16 22:08:22 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-06-16 20:33:03 -0400 |
| commit | 13d5f1aac4d400d51f8d26a3aa6d71e7cfbfd311 (patch) | |
| tree | 6a2d05b281903251457ec3c4acf6218b7b4b3964 /meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb | |
| parent | ddd7a94257a8a6599aa386c86188b738d1628a81 (diff) | |
| download | meta-cloud-services-13d5f1aac4d400d51f8d26a3aa6d71e7cfbfd311.tar.gz | |
python3-tinyrpc: change python to python3
upgrade 0.6 -> 1.0.4
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb b/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb deleted file mode 100644 index 9da5813..0000000 --- a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb +++ /dev/null | |||
| @@ -1,22 +0,0 @@ | |||
| 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] = "2663568ba3e1793da7b21003f0847fdd" | ||
| 9 | SRC_URI[sha256sum] = "b4d64227f023f1f0736ef137bd4c901c7652563e62c7a20329222c3a0b14d84f" | ||
| 10 | |||
| 11 | inherit setuptools3 pypi | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += " \ | ||
| 14 | python-six \ | ||
| 15 | python-gevent \ | ||
| 16 | python-requests \ | ||
| 17 | python-websocket-client \ | ||
| 18 | python-jsonext \ | ||
| 19 | python-gevent-websocket \ | ||
| 20 | python-werkzeug \ | ||
| 21 | python-pyzmq \ | ||
| 22 | " | ||
