From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrey Smirnov Date: Tue, 25 Apr 2017 11:48:24 -0700 Subject: [Buildroot] [PATCH] package/python-json-schema-validator: Remove Python2 dependency Message-ID: <20170425184824.11534-1-andrew.smirnov@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Python-json-schema-validator supports Python3, so there's no reason to limit it to Python2 only. Reviewed-by: Yegor Yefremov Signed-off-by: Matthew Carruth Signed-off-by: Andrey Smirnov --- This is a follow up on patch [1]. Matthew is a colleague of mine and I am picking up where he left off. [1] http://lists.busybox.net/pipermail/buildroot/2017-April/189874.html package/python-json-schema-validator/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/python-json-schema-validator/Config.in b/package/python-json-schema-validator/Config.in index 6ae1eb1..dbc5328 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 -- 2.9.3