mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
Updated package as computed by scanpypi. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
15 lines
690 B
Makefile
15 lines
690 B
Makefile
################################################################################
|
|
#
|
|
# python-json-schema-validator
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_JSON_SCHEMA_VALIDATOR_VERSION = 2.4.1
|
|
PYTHON_JSON_SCHEMA_VALIDATOR_SOURCE = json-schema-validator-$(PYTHON_JSON_SCHEMA_VALIDATOR_VERSION).tar.gz
|
|
PYTHON_JSON_SCHEMA_VALIDATOR_SITE = https://files.pythonhosted.org/packages/70/46/ba39cb7efad1898cfc89bf3588b8612f24d128f1c25b761994f524a59cef
|
|
PYTHON_JSON_SCHEMA_VALIDATOR_LICENSE = LGPL-3.0
|
|
PYTHON_JSON_SCHEMA_VALIDATOR_SETUP_TYPE = setuptools
|
|
PYTHON_JSON_SCHEMA_VALIDATOR_DEPENDENCIES = host-python-versiontools
|
|
|
|
$(eval $(python-package))
|