mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
python3-matplotlib: add missing dependency
In order to fix the dependency issue on PIL module, python3-pillow is required. Signed-off-by: Adrian Fiergolski <adrian.fiergolski@fastree3d.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
abdb05b6b4
commit
d4e70a1960
@@ -50,6 +50,7 @@ RDEPENDS:${PN} = "\
|
|||||||
${PYTHON_PN}-dateutil \
|
${PYTHON_PN}-dateutil \
|
||||||
${PYTHON_PN}-kiwisolver \
|
${PYTHON_PN}-kiwisolver \
|
||||||
${PYTHON_PN}-pytz \
|
${PYTHON_PN}-pytz \
|
||||||
|
${PYTHON_PN}-pillow \
|
||||||
"
|
"
|
||||||
|
|
||||||
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
|
||||||
|
|||||||
Reference in New Issue
Block a user