aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2017-11-29 15:01:34 -0500
committerArmin Kuster <akuster808@gmail.com>2017-12-11 07:58:57 -0800
commit7e1e62d682448b2e276ec5b9c74627bdaa5a9503 (patch)
tree14f817358f046a1431ae85243518ce5d5b791093 /meta-python/recipes-devtools/python
parent5363029930a7ace54e0dff0410d220f71c28e4b5 (diff)
downloadmeta-openembedded-contrib-7e1e62d682448b2e276ec5b9c74627bdaa5a9503.tar.gz
python-chardet: fix the RDEPENDS to work on a minimal python install
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-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} "
FILES_${PN}-cli += " \
${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
"
+
+RDEPENDS_${PN}_class-target += " \
+ ${PYTHON_PN}-argparse \
+ ${PYTHON_PN}-logging \
+"