diff mbox series

[2/2] python3-pip: use the flit_core build backend

Message ID 20260806172437.647443-2-ross.burton@arm.com
State Under Review
Headers show
Series [1/2] python3-iniconfig: use the setuptools build backend | expand

Commit Message

Ross Burton Aug. 6, 2026, 5:24 p.m. UTC
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 mbox series

Patch

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"