diff options
author | Adrian Fiergolski <adrian.fiergolski@fastree3d.com> | 2022-06-01 16:22:25 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-06-01 08:43:01 -0700 |
commit | d4e70a19600bee178d81b467dd9e118cbf057f65 (patch) | |
tree | b12910f0d00974fb0b33fce03fd249dd5fbde11b | |
parent | abdb05b6b4b31ff40c4219336b7096db014284f1 (diff) | |
download | meta-openembedded-d4e70a19600bee178d81b467dd9e118cbf057f65.tar.gz |
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb index b9eab3c931..cd05b455d4 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb | |||
@@ -50,6 +50,7 @@ RDEPENDS:${PN} = "\ | |||
50 | ${PYTHON_PN}-dateutil \ | 50 | ${PYTHON_PN}-dateutil \ |
51 | ${PYTHON_PN}-kiwisolver \ | 51 | ${PYTHON_PN}-kiwisolver \ |
52 | ${PYTHON_PN}-pytz \ | 52 | ${PYTHON_PN}-pytz \ |
53 | ${PYTHON_PN}-pillow \ | ||
53 | " | 54 | " |
54 | 55 | ||
55 | ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg" | 56 | ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg" |