From cfc61fb0b5472a9cc27911bf903f4ada31c832f2 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Mon, 10 Aug 2026 13:21:21 +0100 Subject: [PATCH] python3-cantools: use correct build backend This package uses setuptools now. Remove CLEANBROKEN as setuptools does out-of-tree builds now so this is redundant. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-cantools_41.0.2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb b/meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb index a640df3f29..cfc26c3f14 100644 --- a/meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-cantools_41.0.2.bb @@ -7,7 +7,7 @@ SRC_URI[sha256sum] = "5c91a66e5e03a4ac5727f20207df1da5681748a154c2bc85ef532fef9e PYPI_PACKAGE = "cantools" -inherit pypi python_poetry_core +inherit pypi python_setuptools_build_meta DEPENDS += "python3-setuptools-scm-native" @@ -20,5 +20,3 @@ RDEPENDS:${PN} += "\ python3-diskcache \ python3-asyncio \ " - -CLEANBROKEN = "1"