Commit 643b8d06 authored by Michael Tremer's avatar Michael Tremer

configure: Require Python >= 3.9

We are using a couple of newer Python features which are only available
from 3.9 onwards.
Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 1cb15cfb
...@@ -154,7 +154,7 @@ AM_CONDITIONAL(HAVE_SYSTEMD, [test "x$have_systemd" = "xyes"]) ...@@ -154,7 +154,7 @@ AM_CONDITIONAL(HAVE_SYSTEMD, [test "x$have_systemd" = "xyes"])
# ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------
# Python # Python
AM_PATH_PYTHON([3.4]) AM_PATH_PYTHON([3.9])
PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}]) PKG_CHECK_MODULES([PYTHON], [python-${PYTHON_VERSION}])
# Perl # Perl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment