diff mbox series

[4/4] bmaptool: temporarily silence the pep517-backend warning

Message ID 20240725153029.828624-4-ross.burton@arm.com
State Accepted, archived
Commit 824009560776933922a92a00c2199c28c9c8379c
Headers show
Series [1/4] setuptools3: check for a PEP517 build system selection | expand

Commit Message

Ross Burton July 25, 2024, 3:30 p.m. UTC
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 <ross.burton@arm.com>
---
 meta/recipes-support/bmaptool/bmaptool_git.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

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"