diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-08-06 16:46:24 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:19 -0700 |
| commit | c24d928821b2db9a68c7148e5536460d5bdd48fa (patch) | |
| tree | ccdabedb8acf6acf4a8a7f099a22272844871493 /meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb | |
| parent | ffe76a914ec396216dd1773a5586c6cf76066a54 (diff) | |
| download | meta-openembedded-c24d928821b2db9a68c7148e5536460d5bdd48fa.tar.gz | |
python3-sympy: upgrade 1.13.0 -> 1.13.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb b/meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb new file mode 100644 index 0000000000..41772b05fb --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-sympy_1.13.1.bb | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | SUMMARY = "Computer algebra system (CAS) in Python" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/sympy/" | ||
| 3 | LICENSE = "BSD-3-Clause" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea48085d7dff75b49271b25447e8cdca" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "9cebf7e04ff162015ce31c9c6c9144daa34a93bd082f54fd8f12deca4f47515f" | ||
| 7 | |||
| 8 | inherit pypi setuptools3 | ||
| 9 | |||
| 10 | RDEPENDS:${PN} += " \ | ||
| 11 | python3-misc \ | ||
| 12 | python3-mpmath \ | ||
| 13 | " | ||
| 14 | |||
| 15 | BBCLASSEXTEND = "native nativesdk" | ||
