From: Andrey Smirnov Date: Tue, 25 Apr 2017 18:48:24 +0000 (-0700) Subject: package/python-json-schema-validator: remove Python2 dependency X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=990bc8b2ad87a413726e81595e31363212455c0f;p=buildroot.git 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 Signed-off-by: Matthew Carruth Signed-off-by: Andrey Smirnov Signed-off-by: Thomas Petazzoni --- diff --git a/package/python-json-schema-validator/Config.in b/package/python-json-schema-validator/Config.in index 6ae1eb162a..dbc532823b 100644 --- a/package/python-json-schema-validator/Config.in +++ b/package/python-json-schema-validator/Config.in @@ -1,6 +1,5 @@ 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