diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-09-10 17:02:59 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-10 07:20:40 -0700 |
commit | 389c6458b47500a08b13f68c523066f30780f043 (patch) | |
tree | 0e3f49a151c0c938b5668a00b528d4b1232f4327 /meta-python | |
parent | b308972f3a004ac868e9b605188e8949475d3f7a (diff) | |
download | meta-openembedded-389c6458b47500a08b13f68c523066f30780f043.tar.gz |
python3-scikit-build: upgrade 0.18.0 -> 0.18.1
Changelog:
===========
- Support for setuptools 74
- iOS and Android support
- Fix for distutils change
- Remove test directives
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb (renamed from meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb index 2351b697d9..eacd67a05c 100644 --- a/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb +++ b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.1.bb | |||
@@ -8,7 +8,7 @@ PYPI_PACKAGE = "scikit_build" | |||
8 | 8 | ||
9 | inherit pypi python_hatchling | 9 | inherit pypi python_hatchling |
10 | 10 | ||
11 | SRC_URI[sha256sum] = "71a13af467d1a38510c3494786e2edb73ead53ea922bde6e519dc5372aa65096" | 11 | SRC_URI[sha256sum] = "a4152ac5a084d499c28a7797be0628d8366c336e2fb0e1a063eb32e55efcb8e7" |
12 | 12 | ||
13 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
14 | python3-distro \ | 14 | python3-distro \ |