summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-python/recipes-devtools/python/python-chardet.inc5
1 files changed, 5 insertions, 0 deletions
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} "
17FILES_${PN}-cli += " \ 17FILES_${PN}-cli += " \
18 ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ 18 ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
19" 19"
20
21RDEPENDS_${PN}_class-target += " \
22 ${PYTHON_PN}-argparse \
23 ${PYTHON_PN}-logging \
24"