From 50872e2dbef90a1326430ae8702ca25baf35de8c Mon Sep 17 00:00:00 2001 From: Ludovic Desroches Date: Wed, 11 Dec 2013 21:27:05 +0100 Subject: python-json-schema-validator: new package [Thomas: convert to the Python package infrastructure, fix license informations.] [Peter: there is no LICENSE.txt] Signed-off-by: Ludovic Desroches Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- package/python-json-schema-validator/Config.in | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package/python-json-schema-validator/Config.in (limited to 'package/python-json-schema-validator/Config.in') diff --git a/package/python-json-schema-validator/Config.in b/package/python-json-schema-validator/Config.in new file mode 100644 index 0000000000..6ae1eb162a --- /dev/null +++ b/package/python-json-schema-validator/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_PYTHON_JSON_SCHEMA_VALIDATOR + bool "python-json-schema-validator" + depends on BR2_PACKAGE_PYTHON + select BR2_PACKAGE_PYTHON_VERSIONTOOLS + help + JSON Schema Validator + + https://pypi.python.org/pypi/json-schema-validator -- cgit v1.2.3