mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +00:00
python-msgpack: Add support for python3
Extend recipe to support python3 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
f53d17a1a9
commit
d5f55bc608
9
meta-python/recipes-devtools/python/python-msgpack.inc
Normal file
9
meta-python/recipes-devtools/python/python-msgpack.inc
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
SUMMARY = "MessagePack (de)serializer"
|
||||||
|
LICENSE = "Apache-2.0"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98"
|
||||||
|
SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886"
|
||||||
|
|
||||||
|
PYPI_PACKAGE = "msgpack-python"
|
||||||
|
inherit pypi
|
||||||
@@ -1,9 +1,2 @@
|
|||||||
SUMMARY = "MessagePack (de)serializer"
|
require python-msgpack.inc
|
||||||
LICENSE = "Apache-2.0"
|
inherit setuptools
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"
|
|
||||||
|
|
||||||
SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98"
|
|
||||||
SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886"
|
|
||||||
|
|
||||||
PYPI_PACKAGE = "msgpack-python"
|
|
||||||
inherit pypi setuptools
|
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
require python-msgpack.inc
|
||||||
|
inherit setuptools3
|
||||||
Reference in New Issue
Block a user