diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-06-25 16:56:23 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-06-27 09:19:04 -0700 |
commit | be906c2cd68372284c87e84ea92fe577c19db1fc (patch) | |
tree | 902cb6e46852ad29431f32033192a97af722d267 /meta-python | |
parent | 20f69bd91d7f2178f73f610b90289495eced43e0 (diff) | |
download | meta-openembedded-be906c2cd68372284c87e84ea92fe577c19db1fc.tar.gz |
python3-scikit-build: upgrade 0.17.6 -> 0.18.0
Changelog:
===========
- Support MSVC 17.10
- CMake 3.5+ requirement
- Support CPython 3.13 with windows lib finding fix
- Don't die on PermissionError during chmod
- Remove usage of deprecated distutils in cmake files
- Use first available option for vswhere output
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.0.bb (renamed from meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.bb index dde0941ef..2351b697d 100644 --- a/meta-python/recipes-devtools/python/python3-scikit-build_0.17.6.bb +++ b/meta-python/recipes-devtools/python/python3-scikit-build_0.18.0.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] = "b51a51a36b37c42650994b5047912f59b22e3210b23e321f287611f9ef6e5c9d" | 11 | SRC_URI[sha256sum] = "71a13af467d1a38510c3494786e2edb73ead53ea922bde6e519dc5372aa65096" |
12 | 12 | ||
13 | RDEPENDS:${PN} = " \ | 13 | RDEPENDS:${PN} = " \ |
14 | python3-distro \ | 14 | python3-distro \ |