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 | |
| 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')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb (renamed from meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb) | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb b/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb index 9da5813..f77cebe 100644 --- a/meta-openstack/recipes-devtools/python/python-tinyrpc_0.6.bb +++ b/meta-openstack/recipes-devtools/python/python3-tinyrpc_1.0.4.bb | |||
| @@ -5,18 +5,18 @@ SECTION = "devel/python" | |||
| 5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
| 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" | 6 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" |
| 7 | 7 | ||
| 8 | SRC_URI[md5sum] = "2663568ba3e1793da7b21003f0847fdd" | 8 | SRC_URI[md5sum] = "cd61e3cbc01ea940abc97d3a87abf4a7" |
| 9 | SRC_URI[sha256sum] = "b4d64227f023f1f0736ef137bd4c901c7652563e62c7a20329222c3a0b14d84f" | 9 | SRC_URI[sha256sum] = "4b41fab967fb1c978f573bf0d609a3b12cc3b6ed62bd3108f43f575563746396" |
| 10 | 10 | ||
| 11 | inherit setuptools3 pypi | 11 | inherit setuptools3 pypi |
| 12 | 12 | ||
| 13 | RDEPENDS_${PN} += " \ | 13 | RDEPENDS_${PN} += " \ |
| 14 | python-six \ | 14 | python3-six \ |
| 15 | python-gevent \ | 15 | python3-gevent \ |
| 16 | python-requests \ | 16 | python3-requests \ |
| 17 | python-websocket-client \ | 17 | python3-websocket-client \ |
| 18 | python-jsonext \ | 18 | python3-jsonext \ |
| 19 | python-gevent-websocket \ | 19 | python3-gevent-websocket \ |
| 20 | python-werkzeug \ | 20 | python3-werkzeug \ |
| 21 | python-pyzmq \ | 21 | python3-pyzmq \ |
| 22 | " | 22 | " |
