From 50af159cf9f85a0e02606c88622cc2e7cf040d84 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:24 +0100 Subject: [PATCH] python3-tinycss2: use correct build backend This package uses flit now. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb b/meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb index c75c741368..dae22c359e 100644 --- a/meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb @@ -8,6 +8,6 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1d072d7e30e34f33f8ae956ada04fa2c" SRC_URI[sha256sum] = "d339d2b616ba90ccce58da8495a78f46e55d4d25f9fd71dfd526f07e7d53f957" -inherit pypi python_setuptools_build_meta +inherit pypi python_flit_core BBCLASSEXTEND = "native nativesdk"