xref: /OK3568_Linux_fs/buildroot/package/python-jsonschema/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_PYTHON_JSONSCHEMA
2	bool "python-jsonschema"
3	select BR2_PACKAGE_PYTHON_FUNCTOOLS32 if BR2_PACKAGE_PYTHON # runtime
4	help
5	  An implementation of JSON Schema validation for Python.
6
7	  http://github.com/Julian/jsonschema
8