Skip to content

Commit

Permalink
python3-matplotlib: add missing dependency
Browse files Browse the repository at this point in the history
In order to fix the dependency issue on PIL module, python3-pillow is required.

Signed-off-by: Adrian Fiergolski <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
  • Loading branch information
adrianf0 authored and kraj committed Jun 1, 2022
1 parent abdb05b commit d4e70a1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ RDEPENDS:${PN} = "\
${PYTHON_PN}-dateutil \
${PYTHON_PN}-kiwisolver \
${PYTHON_PN}-pytz \
${PYTHON_PN}-pillow \
"

ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"
Expand Down

0 comments on commit d4e70a1

Please sign in to comment.