From: Michael Tremer Date: Sun, 11 Jul 2021 13:34:42 +0000 (+0100) Subject: configure: Permit build with Python >= 3.6 X-Git-Tag: 0.9.28~1056 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9861f185493bbc42aecbc53a93c2cef6dc981dd1;p=pakfire.git configure: Permit build with Python >= 3.6 OpenSUSE Leap only ships Python 3.6 Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 0f87e118c..c5d14bca4 100644 --- a/configure.ac +++ b/configure.ac @@ -209,7 +209,7 @@ AC_CHECK_FUNCS([ \ ]) # Python Stuff -AM_PATH_PYTHON([3.7]) +AM_PATH_PYTHON([3.6]) AX_PYTHON_MODULE([systemd], [AC_MSG_ERROR([*** systemd Python module not found])])