aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-msgpack.inc
blob: 2e852cc052ce767d9d4a14a7c17e277c7677ea7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
SUMMARY = "MessagePack (de)serializer"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751"

SRC_URI[md5sum] = "62640290ea856420d83b7f9dc1dd789d"
SRC_URI[sha256sum] = "7f5d6e59228b65c47cfdae76a4aea71f6902525f18256862cda69888a686b5f9"

PYPI_PACKAGE = "msgpack-python"
inherit pypi

RDEPENDS_${PN}_class-target += "\
    ${PYTHON_PN}-io \
"