diff options
author | Adrian Fiergolski <adrian.fiergolski@fastree3d.com> | 2022-06-01 16:22:25 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2022-06-15 06:47:53 -0700 |
commit | b61588c463e6885670fe7c052e5ab4251b338d8a (patch) | |
tree | 68ea004e465a0877825df94affe7e62f582735d9 | |
parent | 0e6c34f82ca4d43cbca3754c5fe37c5b3bdd0f37 (diff) | |
download | meta-openembedded-honister-next.tar.gz |
python3-matplotlib: add missing dependencyhonister-next
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>
(cherry picked from commit d4e70a19600bee178d81b467dd9e118cbf057f65)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
(cherry picked from commit fcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7)
[fixup for honister context]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb b/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb index 9e933f5c4..c2ff77d02 100644 --- a/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb +++ b/meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb | |||
@@ -36,6 +36,7 @@ RDEPENDS:${PN} = "\ | |||
36 | python3-dateutil \ | 36 | python3-dateutil \ |
37 | python3-kiwisolver \ | 37 | python3-kiwisolver \ |
38 | python3-pytz \ | 38 | python3-pytz \ |
39 | python3-pillow \ | ||
39 | " | 40 | " |
40 | 41 | ||
41 | ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg" | 42 | ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg" |