aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-12-23 09:45:16 -0800
committerKhem Raj <raj.khem@gmail.com>2018-12-23 13:29:20 -0800
commitb67fff759b0e4da1c380b340f380bdfd7dee7af5 (patch)
tree39b51317e359ffa9393c8a7c31d1bafaac354543
parente1db44b73fe5b32f14940678db46668bdc609d55 (diff)
downloadmeta-openembedded-contrib-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>
-rw-r--r--meta-python/recipes-devtools/python/python-msgpack.inc8
-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 fdc8926104..9147c06326 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"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
-SRC_URI[md5sum] = "6d644c06a87a5a111bbbf5b34b4be440"
-SRC_URI[sha256sum] = "378cc8a6d3545b532dfd149da715abae4fda2a3adb6d74e525d0d5e51f46909b"
-
-PYPI_PACKAGE = "msgpack-python"
+PYPI_PACKAGE = "msgpack"
inherit pypi
+SRC_URI[md5sum] = "be3043cc2c1e3b5ebf08463ffa71cf17"
+SRC_URI[sha256sum] = "64abc6bf3a2ac301702f5760f4e6e227d0fd4d84d9014ef9a40faa9d43365259"
+
RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-io \
"
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 2c2c8f2add..2c2c8f2add 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 096d7ddcb8..096d7ddcb8 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