diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-12-23 09:45:16 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-12-23 13:29:20 -0800 |
commit | b67fff759b0e4da1c380b340f380bdfd7dee7af5 (patch) | |
tree | 39b51317e359ffa9393c8a7c31d1bafaac354543 /meta-python | |
parent | e1db44b73fe5b32f14940678db46668bdc609d55 (diff) | |
download | meta-openembedded-b67fff759b0e4da1c380b340f380bdfd7dee7af5.tar.gz |
python-msgpack: Upgrade to 0.6.0
Set PYPI_PACKAGE to msgpack since python-msgpack is deprecated
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Tim "moto-timo" Orling <TicoTimo@gmail.com>
Cc: Derek Straka <derek@asterius.io>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-msgpack.inc | 8 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python-msgpack_0.6.0.bb (renamed from meta-python/recipes-devtools/python/python-msgpack_0.5.6.bb) | 0 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-msgpack_0.6.0.bb (renamed from meta-python/recipes-devtools/python/python3-msgpack_0.5.6.bb) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc b/meta-python/recipes-devtools/python/python-msgpack.inc index fdc892610..9147c0632 100644 --- a/meta-python/recipes-devtools/python/python-msgpack.inc +++ b/meta-python/recipes-devtools/python/python-msgpack.inc | |||
@@ -2,12 +2,12 @@ SUMMARY = "MessagePack (de)serializer" | |||
2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "6d644c06a87a5a111bbbf5b34b4be440" | 5 | PYPI_PACKAGE = "msgpack" |
6 | SRC_URI[sha256sum] = "378cc8a6d3545b532dfd149da715abae4fda2a3adb6d74e525d0d5e51f46909b" | ||
7 | |||
8 | PYPI_PACKAGE = "msgpack-python" | ||
9 | inherit pypi | 6 | inherit pypi |
10 | 7 | ||
8 | SRC_URI[md5sum] = "be3043cc2c1e3b5ebf08463ffa71cf17" | ||
9 | SRC_URI[sha256sum] = "64abc6bf3a2ac301702f5760f4e6e227d0fd4d84d9014ef9a40faa9d43365259" | ||
10 | |||
11 | RDEPENDS_${PN}_class-target += "\ | 11 | RDEPENDS_${PN}_class-target += "\ |
12 | ${PYTHON_PN}-io \ | 12 | ${PYTHON_PN}-io \ |
13 | " | 13 | " |
diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.5.6.bb b/meta-python/recipes-devtools/python/python-msgpack_0.6.0.bb index 2c2c8f2ad..2c2c8f2ad 100644 --- a/meta-python/recipes-devtools/python/python-msgpack_0.5.6.bb +++ b/meta-python/recipes-devtools/python/python-msgpack_0.6.0.bb | |||
diff --git a/meta-python/recipes-devtools/python/python3-msgpack_0.5.6.bb b/meta-python/recipes-devtools/python/python3-msgpack_0.6.0.bb index 096d7ddcb..096d7ddcb 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_0.5.6.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_0.6.0.bb | |||