From cb526fe9fffad2bc95e5230048c2b51837365c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Thu, 2 Feb 2023 01:31:01 +0100 Subject: [PATCH] Disable build of Kross python plugin, because it is not compatible with Python >= 3. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- lib/kross/configure.in.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/kross/configure.in.in b/lib/kross/configure.in.in index 67e9aaf57..636c4b3a5 100644 --- a/lib/kross/configure.in.in +++ b/lib/kross/configure.in.in @@ -14,8 +14,11 @@ fi # Compile the Kross python plugin only if both, $LIBPYTHON and # $PYTHONINC, are defined. +# +# WARNING: Building Kross python plugin is now prohibited at all times, +# because it is not compatible with Python >= 3. AM_CONDITIONAL(compile_kross_python, - test -n "$LIBPYTHON" && test -n "$PYTHONINC") + false && test -n "$LIBPYTHON" && test -n "$PYTHONINC") ############################### # Check for Ruby