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>
This commit is contained in:
Bartosz Golaszewski
2022-08-03 20:28:54 +02:00
committed by Khem Raj
parent 3100d58b57
commit db74afe6f4

View File

@@ -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"