From b61588c463e6885670fe7c052e5ab4251b338d8a Mon Sep 17 00:00:00 2001 From: Adrian Fiergolski Date: Wed, 1 Jun 2022 16:22:25 +0200 Subject: python3-matplotlib: add missing dependency In order to fix the dependency issue on PIL module, python3-pillow is required. Signed-off-by: Adrian Fiergolski Signed-off-by: Khem Raj (cherry picked from commit d4e70a19600bee178d81b467dd9e118cbf057f65) Signed-off-by: Armin Kuster (cherry picked from commit fcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7) [fixup for honister context] Signed-off-by: Armin Kuster --- meta-python/recipes-devtools/python/python3-matplotlib_3.4.1.bb | 1 + 1 file changed, 1 insertion(+) 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 9e933f5c4b..c2ff77d02d 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} = "\ python3-dateutil \ python3-kiwisolver \ python3-pytz \ + python3-pillow \ " ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/setup.cfg" -- cgit v1.2.3-54-g00ecf