From: Ross Burton Date: Thu, 6 Aug 2026 17:24:37 +0000 (+0100) Subject: python3-pip: use the flit_core build backend X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51e41574ca02efb058ddbc92ea039faf5c7f98cb;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python3-pip: use the flit_core build backend pip moved to flit in 25.3[1]. [1] https://github.com/pypa/pip/commit/9abe08127cb666e9eef9e231d4bec0e89afdc830 Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pip_26.2.bb b/meta/recipes-devtools/python/python3-pip_26.2.bb index 13ba2b9e5f..4e5a777931 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"