From 7e1e62d682448b2e276ec5b9c74627bdaa5a9503 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 29 Nov 2017 15:01:34 -0500 Subject: [PATCH] python-chardet: fix 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-chardet.inc | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/meta-python/recipes-devtools/python/python-chardet.inc b/meta-python/recipes-devtools/python/python-chardet.inc index 316e2c11b..246a65aa6 100644 --- a/meta-python/recipes-devtools/python/python-chardet.inc +++ b/meta-python/recipes-devtools/python/python-chardet.inc @@ -17,3 +17,8 @@ RDEPENDS_${PN}-cli = "${PN} " FILES_${PN}-cli += " \ ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ " + +RDEPENDS_${PN}_class-target += " \ + ${PYTHON_PN}-argparse \ + ${PYTHON_PN}-logging \ +"