* [Buildroot] [PATCH 1/1] package/bmap-tools: use poetry setup type
@ 2024-11-05 17:59 James Hilliard
2024-11-06 22:27 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2024-11-05 17:59 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Thomas Petazzoni
Use the new poetry setup type which automatically pulls in the
host-python-poetry-core dependency.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/bmap-tools/bmap-tools.mk | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/package/bmap-tools/bmap-tools.mk b/package/bmap-tools/bmap-tools.mk
index 3455063e21..3c661cb9e2 100644
--- a/package/bmap-tools/bmap-tools.mk
+++ b/package/bmap-tools/bmap-tools.mk
@@ -8,9 +8,7 @@ BMAP_TOOLS_VERSION = 3.8.0
BMAP_TOOLS_SITE = $(call github,yoctoproject,bmaptool,v$(BMAP_TOOLS_VERSION))
BMAP_TOOLS_LICENSE = GPL-2.0
BMAP_TOOLS_LICENSE_FILES = LICENSE
-BMAP_TOOLS_SETUP_TYPE = setuptools
-BMAP_TOOLS_DEPENDENCIES = host-python-poetry-core
-HOST_BMAP_TOOLS_DEPENDENCIES = host-python-poetry-core
+BMAP_TOOLS_SETUP_TYPE = poetry
$(eval $(python-package))
$(eval $(host-python-package))
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-06 22:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-05 17:59 [Buildroot] [PATCH 1/1] package/bmap-tools: use poetry setup type James Hilliard
2024-11-06 22:27 ` Thomas Petazzoni via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox