]> git.ipfire.org Git - people/ms/pakfire.git/commitdiff
configure: Permit build with Python >= 3.6
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jul 2021 13:34:42 +0000 (14:34 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 11 Jul 2021 13:34:42 +0000 (14:34 +0100)
OpenSUSE Leap only ships Python 3.6

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
configure.ac

index 0f87e118c8497c94f9685cb0cdba0ebdb8bd3a4d..c5d14bca4c95b130a2f671c505bc504ea1f8e06e 100644 (file)
@@ -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])])