[meta-python][PATCH 2/3] python3-matplotlib: add packaging to RDEPENDS


Bartosz Golaszewski
 

matplotlib needs python3-packaging at runtime. Add it to the package's
RDEPENDS.

Signed-off-by: Bartosz Golaszewski <brgl@...>
---
meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb | 1 +
1 file changed, 1 insertion(+)

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 7dfe46f3c..e3e5d85eb 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"
--
2.34.1

Join {openembedded-devel@lists.openembedded.org to automatically receive all group messages.