From 5c49f9e5da15fc39ee0900752f2d89abb5d9c218 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Wed, 23 Oct 2024 22:56:40 -0600 Subject: [PATCH] package/python-uvicorn: 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-uvicorn/python-uvicorn.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/package/python-uvicorn/python-uvicorn.mk b/package/python-uvicorn/python-uvicorn.mk index a80927643b..35eb6f42c0 100644 --- a/package/python-uvicorn/python-uvicorn.mk +++ b/package/python-uvicorn/python-uvicorn.mk @@ -7,11 +7,10 @@ PYTHON_UVICORN_VERSION = 0.32.0 PYTHON_UVICORN_SOURCE = uvicorn-$(PYTHON_UVICORN_VERSION).tar.gz PYTHON_UVICORN_SITE = https://files.pythonhosted.org/packages/e0/fc/1d785078eefd6945f3e5bab5c076e4230698046231eb0f3747bc5c8fa992 -PYTHON_UVICORN_SETUP_TYPE = pep517 +PYTHON_UVICORN_SETUP_TYPE = hatch PYTHON_UVICORN_LICENSE = BSD-3-Clause PYTHON_UVICORN_LICENSE_FILES = LICENSE.md PYTHON_UVICORN_CPE_ID_VENDOR = encode PYTHON_UVICORN_CPE_ID_PRODUCT = uvicorn -PYTHON_UVICORN_DEPENDENCIES = host-python-hatchling $(eval $(python-package))