diff mbox series

[18/24] python3-tinycss2: use correct build backend

Message ID 20260810122130.633299-18-ross.burton@arm.com
State New
Headers show
Series [01/24] python3-pycups: put PV into the filename | expand

Commit Message

Ross Burton Aug. 10, 2026, 12:21 p.m. UTC
This package uses flit now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-python/recipes-devtools/python/python3-tinycss2_1.5.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"