diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:41 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | ccccf35281cff4ddcb9ff28109fe7e2eb232d3c3 (patch) | |
tree | 17dc8508b8bea3c1e5136344cb1e9fbd0cf412ad /meta-python | |
parent | 44bbae50805a9361224ee8e2eb0458d969245d8a (diff) | |
download | meta-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.bb | 5 |
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 | ||
8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
9 | 9 | ||
10 | RDEPENDS:${PN} += "python3-mpmath" | 10 | RDEPENDS:${PN} += " \ |
11 | python3-misc \ | ||
12 | python3-mpmath \ | ||
13 | " | ||
11 | 14 | ||
12 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |