mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 20:10:35 -09:00
package/python-starlette: 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:
committed by
Thomas Petazzoni
parent
8cfb215d55
commit
3b99607f3a
@@ -7,10 +7,9 @@
|
||||
PYTHON_STARLETTE_VERSION = 0.39.2
|
||||
PYTHON_STARLETTE_SOURCE = starlette-$(PYTHON_STARLETTE_VERSION).tar.gz
|
||||
PYTHON_STARLETTE_SITE = https://files.pythonhosted.org/packages/02/0a/62fbd5697f6174041f9b4e2e377b6f383f9189b77dbb7d73d24624caca1d
|
||||
PYTHON_STARLETTE_SETUP_TYPE = pep517
|
||||
PYTHON_STARLETTE_SETUP_TYPE = hatch
|
||||
PYTHON_STARLETTE_LICENSE = BSD-3-Clause
|
||||
PYTHON_STARLETTE_LICENSE_FILES = LICENSE.md
|
||||
PYTHON_STARLETTE_DEPENDENCIES = host-python-hatchling
|
||||
PYTHON_STARLETTE_CPE_ID_VENDOR = encode
|
||||
PYTHON_STARLETTE_CPE_ID_PRODUCT = starlette
|
||||
|
||||
|
||||
Reference in New Issue
Block a user