From 55cebaa92611f8f8c42ffb28e642789ea1e2188c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 3 Sep 2025 17:03:09 +0800 Subject: [PATCH] python3-scikit-build-core: upgrade 0.11.5 -> 0.11.6 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- ...build-core_0.11.5.bb => python3-scikit-build-core_0.11.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-scikit-build-core_0.11.5.bb => python3-scikit-build-core_0.11.6.bb} (82%) diff --git a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.5.bb b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb similarity index 82% rename from meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.5.bb rename to meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb index fd175feebf..73cbf2a3f9 100644 --- a/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.5.bb +++ b/meta-python/recipes-devtools/python/python3-scikit-build-core_0.11.6.bb @@ -10,6 +10,6 @@ DEPENDS = "python3-hatch-vcs-native" inherit pypi python_hatchling SRC_URI += "file://0001-builder.py-Check-PYTHON_INCLUDE_DIR.patch" -SRC_URI[sha256sum] = "8f0a1edb86cb087876f3c699d2a2682012efd8867b390ed37355f13949d0628e" +SRC_URI[sha256sum] = "5982ccd839735be99cfd3b92a8847c6c196692f476c215da84b79d2ad12f9f1b" BBCLASSEXTEND = "native nativesdk"