package/python-fastui: use hatch setup type

Use the new hatch setup type which automatically pulls in the
host-python-hatchling 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-10-23 18:07:08 -06:00 committed by Thomas Petazzoni
parent 715d8ae7b3
commit a58373d905

View file

@ -7,9 +7,8 @@
PYTHON_FASTUI_VERSION = 0.7.0
PYTHON_FASTUI_SOURCE = fastui-$(PYTHON_FASTUI_VERSION).tar.gz
PYTHON_FASTUI_SITE = https://files.pythonhosted.org/packages/87/97/3f001410200256026ff98a4588ec8cb4f3b48bc74a28325e32bfb3b08ffd
PYTHON_FASTUI_SETUP_TYPE = pep517
PYTHON_FASTUI_SETUP_TYPE = hatch
PYTHON_FASTUI_LICENSE = MIT
PYTHON_FASTUI_LICENSE_FILES = LICENSE
PYTHON_FASTUI_DEPENDENCIES = host-python-hatchling
$(eval $(python-package))