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