aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2022-08-03 20:28:54 +0200
committerKhem Raj <raj.khem@gmail.com>2022-08-06 09:40:09 -0700
commitdb74afe6f4125a02b93cf3baf56eaadd816f662f (patch)
treef136f66fa9595aa6d9ef7157d6eddede4791fa39
parent3100d58b571e9c6188a0e3465e4781a0dfbd646f (diff)
downloadmeta-openembedded-db74afe6f4125a02b93cf3baf56eaadd816f662f.tar.gz
python3-matplotlib: add packaging to RDEPENDS
matplotlib needs python3-packaging at runtime. Add it to the package's RDEPENDS. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 7dfe46f3ca..e3e5d85eb5 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
@@ -51,6 +51,7 @@ RDEPENDS:${PN} = "\
python3-kiwisolver \
python3-pytz \
python3-pillow \
+ python3-packaging \
"
ENABLELTO:toolchain-clang:riscv64 = "echo enable_lto = False >> ${S}/mplsetup.cfg"