mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 12:46:45 -09:00
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 <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3b99607f3a
commit
5c49f9e5da
1 changed files with 1 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue