From 041857ecdec13bc59d1bcce2d73e6371f6ba4e7c Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Fri, 22 Sep 2023 11:46:31 -0400 Subject: [PATCH] configure.ac: require Python 3.4+ Signed-off-by: Philippe Proulx Change-Id: Iec0fc9ec23016069a30b08bb63c808ed6d3143cb Reviewed-on: https://review.lttng.org/c/babeltrace/+/10913 Reviewed-by: Michael Jeanson Reviewed-by: Simon Marchi Tested-by: jenkins --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c7228ffe..f81e7334 100644 --- a/configure.ac +++ b/configure.ac @@ -250,7 +250,7 @@ AM_CONDITIONAL([HAVE_FLEX], [test "x$have_flex" = "xyes"]) # Always check for python, we will fail later if some features require it and # it's unavailable. -AM_PATH_PYTHON([3.0], [ +AM_PATH_PYTHON([3.4], [ AE_PATH_PYTHON_MODULES([PYTHON]) # pythondir is the path where extra modules are to be installed -- 2.34.1