1From 8214eac226762702f5a652a07f3b15d60cd09c98 Mon Sep 17 00:00:00 2001 2From: Leif Middelschulte <Leif.Middelschulte@klsmartin.com> 3Date: Tue, 8 Feb 2022 14:14:02 +0100 4Subject: [PATCH] configure.json: remove python2 dependency 5 6Upstream-Status: Pending 7Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> 8--- 9 src/buildtools/configure.json | 1 - 10 1 file changed, 1 deletion(-) 11 12diff --git a/src/buildtools/configure.json b/src/buildtools/configure.json 13index 9eb5e8e33..ebe31c216 100644 14--- a/src/buildtools/configure.json 15+++ b/src/buildtools/configure.json 16@@ -399,7 +399,6 @@ 17 && features.webengine-gperf 18 && features.webengine-bison 19 && features.webengine-flex 20- && features.webengine-python2 21 && (!config.sanitizer || features.webengine-sanitizer) 22 && (!config.linux || features.pkg-config) 23 && (!config.linux || features.webengine-host-pkg-config) 24