mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-26 22:35:07 +00:00
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>
This commit is contained in:
parent
5363029930
commit
7e1e62d682
@ -17,3 +17,8 @@ RDEPENDS_${PN}-cli = "${PN} "
|
|||||||
FILES_${PN}-cli += " \
|
FILES_${PN}-cli += " \
|
||||||
${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
|
${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
RDEPENDS_${PN}_class-target += " \
|
||||||
|
${PYTHON_PN}-argparse \
|
||||||
|
${PYTHON_PN}-logging \
|
||||||
|
"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user