meta-openembedded/meta-python/recipes-devtools/python/python-msgpack.inc
Derek Straka 3eb2821a24 python-msgpack: correct the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-12-11 07:58:57 -08:00

14 lines
382 B
PHP

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
RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-io \
"