summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-05-31 10:22:41 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-06 23:07:58 -0700
commitccccf35281cff4ddcb9ff28109fe7e2eb232d3c3 (patch)
tree17dc8508b8bea3c1e5136344cb1e9fbd0cf412ad /meta-python
parent44bbae50805a9361224ee8e2eb0458d969245d8a (diff)
downloadmeta-openembedded-ccccf35281cff4ddcb9ff28109fe7e2eb232d3c3.tar.gz
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>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-sympy_1.12.bb5
1 files changed, 4 insertions, 1 deletions
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 bfb0985ef..088dda3a2 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
7 7
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10RDEPENDS:${PN} += "python3-mpmath" 10RDEPENDS:${PN} += " \
11 python3-misc \
12 python3-mpmath \
13"
11 14
12BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"