python3-sympy: add missing run-time dependencies

Add missing RDEPENDS for this package.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Bartosz Golaszewski 2023-05-31 10:22:41 +02:00 committed by Khem Raj
parent 44bbae5080
commit ccccf35281

View File

@ -7,6 +7,9 @@ SRC_URI[sha256sum] = "ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49
inherit pypi setuptools3
RDEPENDS:${PN} += "python3-mpmath"
RDEPENDS:${PN} += " \
python3-misc \
python3-mpmath \
"
BBCLASSEXTEND = "native nativesdk"