From db74afe6f4125a02b93cf3baf56eaadd816f662f Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 3 Aug 2022 20:28:54 +0200 Subject: python3-matplotlib: add packaging to RDEPENDS matplotlib needs python3-packaging at runtime. Add it to the package's RDEPENDS. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-python/recipes-devtools/python/python3-matplotlib_3.5.1.bb') 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" -- cgit v1.2.3-54-g00ecf