mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-08-25 05:21:31 +00:00
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 <ross.burton@arm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user