mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-27 07:23:30 +08:00
package/python-jsonschema: 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
27af91823e
commit
d4791c1757
@ -7,16 +7,14 @@
|
||||
PYTHON_JSONSCHEMA_VERSION = 4.23.0
|
||||
PYTHON_JSONSCHEMA_SOURCE = jsonschema-$(PYTHON_JSONSCHEMA_VERSION).tar.gz
|
||||
PYTHON_JSONSCHEMA_SITE = https://files.pythonhosted.org/packages/38/2e/03362ee4034a4c917f697890ccd4aec0800ccf9ded7f511971c75451deec
|
||||
PYTHON_JSONSCHEMA_SETUP_TYPE = pep517
|
||||
PYTHON_JSONSCHEMA_SETUP_TYPE = hatch
|
||||
PYTHON_JSONSCHEMA_LICENSE = MIT
|
||||
PYTHON_JSONSCHEMA_LICENSE_FILES = COPYING json/LICENSE
|
||||
PYTHON_JSONSCHEMA_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-fancy-pypi-readme \
|
||||
host-python-hatch-vcs
|
||||
|
||||
HOST_PYTHON_JSONSCHEMA_DEPENDENCIES = \
|
||||
host-python-hatchling \
|
||||
host-python-hatch-fancy-pypi-readme \
|
||||
host-python-hatch-vcs
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user