From 7e1e62d682448b2e276ec5b9c74627bdaa5a9503 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Wed, 29 Nov 2017 15:01:34 -0500 Subject: 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(+) (limited to 'meta-python/recipes-devtools/python/python-chardet.inc') diff --git a/meta-python/recipes-devtools/python/python-chardet.inc b/meta-python/recipes-devtools/python/python-chardet.inc index 316e2c11bc..246a65aa60 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 \ +" -- cgit v1.2.3-54-g00ecf