package/python-jsonschema: drop python2 support

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard 2022-02-09 17:51:10 +01:00 committed by Yann E. MORIN
parent 458bdb7f02
commit baa88adcc6

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_JSONSCHEMA
bool "python-jsonschema"
select BR2_PACKAGE_PYTHON_FUNCTOOLS32 if BR2_PACKAGE_PYTHON # runtime
help
An implementation of JSON Schema validation for Python.