aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
diff options
context:
space:
mode:
authorAdrian Fiergolski <adrian.fiergolski@fastree3d.com>2022-06-01 16:22:25 +0200
committerArmin Kuster <akuster808@gmail.com>2022-06-03 07:02:48 -0700
commitfcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7 (patch)
treed3e92ccca18fce51290a02044e06dc00fd51beab /meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb
parent4e66373fe9653317400098cf4ce8d29ec1a99026 (diff)
downloadmeta-openembedded-fcc7d7eae82be4c180f2e8fa3db90a8ab3be07b7.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> (cherry picked from commit d4e70a19600bee178d81b467dd9e118cbf057f65) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb1
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} = "\
${PYTHON_PN}-dateutil \
${PYTHON_PN}-kiwisolver \
${PYTHON_PN}-pytz \
+ ${PYTHON_PN}-pillow \
"
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"