From: Michael Tremer Date: Fri, 3 Nov 2017 14:22:51 +0000 (+0100) Subject: configrue: Require Python 3.6 or later X-Git-Tag: 0.9.28~1285^2~1304 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e708cdf530daecc2eb01f3cfad5f1452cca1a09;p=pakfire.git configrue: Require Python 3.6 or later Signed-off-by: Michael Tremer --- diff --git a/configure.ac b/configure.ac index 509c92ada..f0c33604c 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ CC_CHECK_FLAGS_APPEND([with_ldflags], [LDFLAGS], [\ AC_SUBST([OUR_LDFLAGS], $with_ldflags) # Python -AM_PATH_PYTHON([3.4]) +AM_PATH_PYTHON([3.6]) AC_C_CONST AC_CHECK_LIB([m], [round])