| Message ID | 20260810122130.633299-15-ross.burton@arm.com |
|---|---|
| State | New |
| Headers | show |
| Series | [01/24] python3-pycups: put PV into the filename | expand |
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"
This package uses setuptools now. Remove CLEANBROKEN as setuptools does out-of-tree builds now so this is redundant. Signed-off-by: Ross Burton <ross.burton@arm.com> --- .../recipes-devtools/python/python3-cantools_41.0.2.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)