Skip to content

Commit d4e70a1

Browse files
adrianf0kraj
authored andcommitted
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>
1 parent abdb05b commit d4e70a1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RDEPENDS:${PN} = "\
5050
${PYTHON_PN}-dateutil \
5151
${PYTHON_PN}-kiwisolver \
5252
${PYTHON_PN}-pytz \
53+
${PYTHON_PN}-pillow \
5354
"
5455

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

0 commit comments

Comments
 (0)