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