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:
parent
715d8ae7b3
commit
a58373d905
1 changed files with 1 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue