package/bmap-tools: use poetry setup type

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>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
James Hilliard 2024-11-05 10:59:31 -07:00 committed by Thomas Petazzoni
parent 31fa513c25
commit b350eba1fc

View File

@ -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))