diff options
author | Ludovic Desroches <ludovic.desroches@atmel.com> | 2013-12-11 21:27:05 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-12-15 14:00:43 +0100 |
commit | 50872e2dbef90a1326430ae8702ca25baf35de8c (patch) | |
tree | d65dc6ad464fe1fc43d7afdca5567a34c4333c4e /package/python-json-schema-validator/Config.in | |
parent | b973f3bb2cd66efe0ab2a9698b31b9318bcbdf78 (diff) | |
download | buildroot-50872e2dbef90a1326430ae8702ca25baf35de8c.tar.gz buildroot-50872e2dbef90a1326430ae8702ca25baf35de8c.zip |
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 <ludovic.desroches@atmel.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/python-json-schema-validator/Config.in')
-rw-r--r-- | package/python-json-schema-validator/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 |