[PATCH 15/24] python3-cantools: use correct build backend
Ross Burton <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
This package uses setuptools now. Remove CLEANBROKEN as setuptools does out-of-tree builds now so this is redundant. Signed-off-by: Ross Burton <[email protected]> --- .../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" -- 2.43.0