From d711f7130a049e3ac7b637e7b7192a43c2b2b4a6 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:20 +0100 Subject: [PATCH] python3-cachecontrol: use correct build backend This package uses flit now. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cachecontrol_0.14.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb b/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb index d617de8ce3..b32b6fe34b 100644 --- a/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb +++ b/meta-python/recipes-devtools/python/python3-cachecontrol_0.14.3.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6572692148079ebbbd800be4b9f36c6d" SRC_URI[sha256sum] = "73e7efec4b06b20d9267b441c1f733664f989fb8688391b670ca812d70795d11" -inherit pypi python_poetry_core +inherit pypi python_flit_core RDEPENDS:${PN} += "\ python3-crypt \