summaryrefslogtreecommitdiffstats
path: root/package/python-jsonschema/Config.in
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2017-01-17 11:17:23 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-01-24 22:55:41 +1300
commitb949eb5448ea5782911ad2c2e6d8467862c3bc3d (patch)
treeeaba75b4ac5b7e68e251650a25f19d2d0296a8bb /package/python-jsonschema/Config.in
parent38a7c36c4d286610c1caa8df5e38e146f5db8051 (diff)
downloadbuildroot-b949eb5448ea5782911ad2c2e6d8467862c3bc3d.tar.gz
buildroot-b949eb5448ea5782911ad2c2e6d8467862c3bc3d.zip
python-jsonschema: new package
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-jsonschema/Config.in')
-rw-r--r--package/python-jsonschema/Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/package/python-jsonschema/Config.in b/package/python-jsonschema/Config.in
new file mode 100644
index 0000000000..7002653722
--- /dev/null
+++ b/package/python-jsonschema/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYTHON_JSONSCHEMA
+ bool "python-jsonschema"
+ help
+ An implementation of JSON Schema validation for Python.
+
+ http://github.com/Julian/jsonschema
OpenPOWER on IntegriCloud