Whilst bmaptool has a pyproject.toml that uses poetry, the setuptools build path appears to be more complete. Upstream has moved to hatch and removed setup.py entirely so the next release can drop this.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-support/bmaptool/bmaptool_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-support/bmaptool/bmaptool_git.bb b/meta/recipes-support/bmaptool/bmaptool_git.bb index fd53c21c066..c38f05e1a1d 100644 --- a/meta/recipes-support/bmaptool/bmaptool_git.bb +++ b/meta/recipes-support/bmaptool/bmaptool_git.bb @@ -26,4 +26,7 @@ inherit setuptools3 RREPLACES:${PN} = "bmap-tools" RCONFLICTS:${PN} = "bmap-tools" +# Poetry backend appears incomplete, upstream has moved to hatch +INSANE_SKIP = "pep517-backend" + BBCLASSEXTEND = "native nativesdk" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#202510): https://lists.openembedded.org/g/openembedded-core/message/202510 Mute This Topic: https://lists.openembedded.org/mt/107544873/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
