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>
This commit is contained in:
Derek Straka
2017-11-29 18:20:51 -05:00
committed by Armin Kuster
parent ae9c2bad8a
commit 3eb2821a24

View File

@@ -7,3 +7,7 @@ SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc289557
PYPI_PACKAGE = "msgpack-python"
inherit pypi
RDEPENDS_${PN}_class-target += "\
${PYTHON_PN}-io \
"