From cbe32e67b092bf177bef499318acc63b9e3a5e35 Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 23 Aug 2019 22:13:14 -0400 Subject: [PATCH] drop python2 support Gbp-Pq: Name 0004-drop-python2-support.patch --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7bc0604..b3bf402 100644 --- a/configure.ac +++ b/configure.ac @@ -423,7 +423,7 @@ if test "$found_py" = "1"; then if test "$found_py" = "1" -o "$found_py3" = "1"; then # Reset everything, so that we can look for another Python. m4_foreach([mym4pythonver], - [[2.7],[3.4],[3.5],[3.6],[3.7],[3.8],[all]], + [[3.4],[3.5],[3.6],[3.7],[3.8],[all]], [unset PYTHON unset PYTHON_VERSION unset PYTHON_CPPFLAGS