From ccccf35281cff4ddcb9ff28109fe7e2eb232d3c3 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 31 May 2023 10:22:41 +0200 Subject: python3-sympy: add missing run-time dependencies Add missing RDEPENDS for this package. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-sympy_1.12.bb | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.12.bb b/meta-python/recipes-devtools/python/python3-sympy_1.12.bb index bfb0985ef6..088dda3a2a 100644 --- a/meta-python/recipes-devtools/python/python3-sympy_1.12.bb +++ b/meta-python/recipes-devtools/python/python3-sympy_1.12.bb @@ -7,6 +7,9 @@ SRC_URI[sha256sum] = "ebf595c8dac3e0fdc4152c51878b498396ec7f30e7a914d6071e674d49 inherit pypi setuptools3 -RDEPENDS:${PN} += "python3-mpmath" +RDEPENDS:${PN} += " \ + python3-misc \ + python3-mpmath \ +" BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf