From: Ross Burton Date: Thu, 6 Aug 2026 17:24:36 +0000 (+0100) Subject: python3-iniconfig: use the setuptools build backend X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ccbc49113cac01af718cbd6af4ebff22a74a8a;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-iniconfig: use the setuptools build backend iniconfig moved to setuptools in 2.2.0[1]. [1] https://github.com/pytest-dev/iniconfig/commit/3af74adab75bf42fbfca55848da60b7a5a116859 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb b/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb index 1937285c3b..05b4dd6c74 100644 --- a/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb +++ b/meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb @@ -8,6 +8,6 @@ SRC_URI[sha256sum] = "c76315c77db068650d49c5b56314774a7804df16fee4402c1f19d6d15d DEPENDS += "python3-hatch-vcs-native" -inherit pypi python_hatchling +inherit pypi python_setuptools_build_meta BBCLASSEXTEND = "native nativesdk"