[oe] [meta-python][PATCH 2/2] python-chardet: fix the RDEPENDS to work on a minimal python install

Derek Straka derek at asterius.io
Wed Nov 29 20:01:34 UTC 2017


Signed-off-by: Derek Straka <derek at asterius.io>
---
 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 316e2c1..246a65a 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 \
+"
-- 
2.7.4




More information about the Openembedded-devel mailing list