From 292d48f11e4650c4747fa71414da984a749ac127 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 23 Oct 2024 22:31:25 -0600 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/python-aiofiles/python-aiofiles.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/python-aiofiles/python-aiofiles.mk b/package/python-aiofiles/python-aiofiles.mk index 9eae73d3c1..79e4a2cacd 100644 --- a/package/python-aiofiles/python-aiofiles.mk +++ b/package/python-aiofiles/python-aiofiles.mk @@ -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))