mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-jsonschema-specifications: 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
91faafec50
commit
672fa93bef
@@ -7,16 +7,12 @@
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_VERSION = 2024.10.1
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_SOURCE = jsonschema_specifications-$(PYTHON_JSONSCHEMA_SPECIFICATIONS_VERSION).tar.gz
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_SITE = https://files.pythonhosted.org/packages/10/db/58f950c996c793472e336ff3655b13fbcf1e3b359dcf52dcf3ed3b52c352
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_SETUP_TYPE = pep517
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_SETUP_TYPE = hatch
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_LICENSE = MIT
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_LICENSE_FILES = COPYING
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-vcs
|
||||
PYTHON_JSONSCHEMA_SPECIFICATIONS_DEPENDENCIES = host-python-hatch-vcs
|
||||
|
||||
HOST_PYTHON_JSONSCHEMA_SPECIFICATIONS_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-vcs
|
||||
HOST_PYTHON_JSONSCHEMA_SPECIFICATIONS_DEPENDENCIES = host-python-hatch-vcs
|
||||
|
||||
# This is a runtime dependency, but we don't have the concept of
|
||||
# runtime dependencies for host packages.
|
||||
|
||||
Reference in New Issue
Block a user