package/python-json-schema-validator: remove Python2 dependency

python-json-schema-validator supports Python 3, so there's no reason
to limit it to Python 2 only.

Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Matthew Carruth <carruthm@gmail.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
Andrey Smirnov 2017-04-25 11:48:24 -07:00 committed by Thomas Petazzoni
parent ce98cea8fb
commit 990bc8b2ad

View file

@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_JSON_SCHEMA_VALIDATOR config BR2_PACKAGE_PYTHON_JSON_SCHEMA_VALIDATOR
bool "python-json-schema-validator" bool "python-json-schema-validator"
depends on BR2_PACKAGE_PYTHON
select BR2_PACKAGE_PYTHON_VERSIONTOOLS select BR2_PACKAGE_PYTHON_VERSIONTOOLS
help help
JSON Schema Validator JSON Schema Validator