* [PATCH 1/2] python3-iniconfig: use the setuptools build backend
@ 2026-08-06 17:24 Ross Burton
2026-08-06 17:24 ` [PATCH 2/2] python3-pip: use the flit_core " Ross Burton
0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2026-08-06 17:24 UTC (permalink / raw)
To: openembedded-core
iniconfig moved to setuptools in 2.2.0[1].
[1] https://github.com/pytest-dev/iniconfig/commit/3af74adab75bf42fbfca55848da60b7a5a116859
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
meta/recipes-devtools/python/python3-iniconfig_2.3.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 1937285c3b7..05b4dd6c749 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"
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [PATCH 2/2] python3-pip: use the flit_core build backend
2026-08-06 17:24 [PATCH 1/2] python3-iniconfig: use the setuptools build backend Ross Burton
@ 2026-08-06 17:24 ` Ross Burton
0 siblings, 0 replies; 2+ messages in thread
From: Ross Burton @ 2026-08-06 17:24 UTC (permalink / raw)
To: openembedded-core
pip moved to flit in 25.3[1].
[1] https://github.com/pypa/pip/commit/9abe08127cb666e9eef9e231d4bec0e89afdc830
Signed-off-by: Ross Burton <ross.burton@arm.com>
---
meta/recipes-devtools/python/python3-pip_26.2.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-devtools/python/python3-pip_26.2.bb b/meta/recipes-devtools/python/python3-pip_26.2.bb
index 13ba2b9e5f3..4e5a777931c 100644
--- a/meta/recipes-devtools/python/python3-pip_26.2.bb
+++ b/meta/recipes-devtools/python/python3-pip_26.2.bb
@@ -22,7 +22,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=63ec52baf95163b597008bb46db68030 \
file://src/pip/_vendor/urllib3/LICENSE.txt;md5=52d273a3054ced561275d4d15260ecda \
"
-inherit pypi python_setuptools_build_meta
+inherit pypi python_flit_core
SRC_URI += "file://no_shebang_mangling.patch"
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-08-06 17:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-06 17:24 [PATCH 1/2] python3-iniconfig: use the setuptools build backend Ross Burton
2026-08-06 17:24 ` [PATCH 2/2] python3-pip: use the flit_core " Ross Burton
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox