diff options
Diffstat (limited to 'meta-python/recipes-devtools/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 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 | |||
| 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" |
