aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-devtools/python/python-msgpack.inc
diff options
context:
space:
mode:
authorMoritz Fischer <moritz.fischer@ettus.com>2017-06-01 09:42:49 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-06-12 06:56:24 +0200
commit4ca2036a006a1f5b25b232c32d6aa1808eae48a3 (patch)
treebb9d5af28d6eaa773b68b6b52895231c2a1d3401 /recipes-devtools/python/python-msgpack.inc
parentc15be78e232469963bd94506464d4e443c2321ec (diff)
downloadmeta-python2-4ca2036a006a1f5b25b232c32d6aa1808eae48a3.tar.gz
python-msgpack: Add support for python3
Extend recipe to support python3 (From meta-openembedded commit: d5f55bc60813704ab22287c347253fda48495335) Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Tim Orling <ticotimo@gmail.com>
Diffstat (limited to 'recipes-devtools/python/python-msgpack.inc')
-rw-r--r--recipes-devtools/python/python-msgpack.inc9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-msgpack.inc b/recipes-devtools/python/python-msgpack.inc
new file mode 100644
index 0000000..228ce59
--- /dev/null
+++ b/recipes-devtools/python/python-msgpack.inc
@@ -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