mirror of
https://github.com/godotengine/buildroot.git
synced 2025-12-31 09:48:56 +03:00
>From setup.py:
extras_require = {
..
":python_version=='2.7'": ["functools32"],
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
239 B
Plaintext
8 lines
239 B
Plaintext
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.
|
|
|
|
http://github.com/Julian/jsonschema
|