diff options
author | Derek Straka <derek@asterius.io> | 2017-11-29 15:01:34 -0500 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-11 07:58:57 -0800 |
commit | 7e1e62d682448b2e276ec5b9c74627bdaa5a9503 (patch) | |
tree | 14f817358f046a1431ae85243518ce5d5b791093 | |
parent | 5363029930a7ace54e0dff0410d220f71c28e4b5 (diff) | |
download | meta-openembedded-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>
-rw-r--r-- | meta-python/recipes-devtools/python/python-chardet.inc | 5 |
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} " | |||
17 | FILES_${PN}-cli += " \ | 17 | FILES_${PN}-cli += " \ |
18 | ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ | 18 | ${PYTHON_SITEPACKAGES_DIR}/chardet/cli \ |
19 | " | 19 | " |
20 | |||
21 | RDEPENDS_${PN}_class-target += " \ | ||
22 | ${PYTHON_PN}-argparse \ | ||
23 | ${PYTHON_PN}-logging \ | ||
24 | " | ||