From 3eb2821a24dd5805186f4bce265f5146bdefa087 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 29 Nov 2017 18:20:51 -0500 Subject: python-msgpack: correct the RDEPENDS to work on a minimal python install Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python-msgpack.inc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'meta-python/recipes-devtools/python/python-msgpack.inc') diff --git a/meta-python/recipes-devtools/python/python-msgpack.inc b/meta-python/recipes-devtools/python/python-msgpack.inc index 228ce59250..c2a85832eb 100644 --- a/meta-python/recipes-devtools/python/python-msgpack.inc +++ b/meta-python/recipes-devtools/python/python-msgpack.inc @@ -7,3 +7,7 @@ SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc289557 PYPI_PACKAGE = "msgpack-python" inherit pypi + +RDEPENDS_${PN}_class-target += "\ + ${PYTHON_PN}-io \ +" -- cgit v1.2.3-54-g00ecf