mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 15:03:27 +08:00
package/python-dunamai: 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> Tested-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Reviewed-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
7ed6f11db8
commit
31fa513c25
@ -7,10 +7,9 @@
|
||||
PYTHON_DUNAMAI_VERSION = 1.22.0
|
||||
PYTHON_DUNAMAI_SOURCE = dunamai-$(PYTHON_DUNAMAI_VERSION).tar.gz
|
||||
PYTHON_DUNAMAI_SITE = https://files.pythonhosted.org/packages/a0/fe/aee602f08765de4dd753d2e5d6cbd480857182e345f161f7a19ad1979e4d
|
||||
PYTHON_DUNAMAI_SETUP_TYPE = pep517
|
||||
PYTHON_DUNAMAI_SETUP_TYPE = poetry
|
||||
PYTHON_DUNAMAI_LICENSE = MIT
|
||||
PYTHON_DUNAMAI_LICENSE_FILES = LICENSE
|
||||
HOST_PYTHON_DUNAMAI_DEPENDENCIES = host-python-poetry-core \
|
||||
host-python-packaging
|
||||
HOST_PYTHON_DUNAMAI_DEPENDENCIES = host-python-packaging
|
||||
|
||||
$(eval $(host-python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user