package/python-aiofiles: 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 22:31:25 -06:00 committed by Thomas Petazzoni
parent 07525ad019
commit 292d48f11e

View file

@ -7,9 +7,8 @@
PYTHON_AIOFILES_VERSION = 24.1.0
PYTHON_AIOFILES_SOURCE = aiofiles-$(PYTHON_AIOFILES_VERSION).tar.gz
PYTHON_AIOFILES_SITE = https://files.pythonhosted.org/packages/0b/03/a88171e277e8caa88a4c77808c20ebb04ba74cc4681bf1e9416c862de237
PYTHON_AIOFILES_SETUP_TYPE = pep517
PYTHON_AIOFILES_SETUP_TYPE = hatch
PYTHON_AIOFILES_LICENSE = Apache-2.0
PYTHON_AIOFILES_LICENSE_FILES = LICENSE
PYTHON_AIOFILES_DEPENDENCIES = host-python-hatchling
$(eval $(python-package))