diff options
author | Moritz Fischer <moritz.fischer@ettus.com> | 2017-06-01 09:42:49 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-12 06:56:24 +0200 |
commit | d5f55bc60813704ab22287c347253fda48495335 (patch) | |
tree | 64e5d8145fc4abcd8046c0976716326cc05042ae /meta-python/recipes-devtools/python/python-msgpack.inc | |
parent | f53d17a1a91409cf8aa7e986e70e945e44453ded (diff) | |
download | meta-openembedded-d5f55bc60813704ab22287c347253fda48495335.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-msgpack.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-msgpack.inc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc b/meta-python/recipes-devtools/python/python-msgpack.inc new file mode 100644 index 0000000000..228ce59250 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-msgpack.inc | |||
@@ -0,0 +1,9 @@ | |||
1 | SUMMARY = "MessagePack (de)serializer" | ||
2 | LICENSE = "Apache-2.0" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" | ||
4 | |||
5 | SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98" | ||
6 | SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886" | ||
7 | |||
8 | PYPI_PACKAGE = "msgpack-python" | ||
9 | inherit pypi | ||