[master 8/30] Build the Anaconda widgets for Python 3 (#1014220)

M4rtinK installerbot-noreply at redhat.com
Mon Jun 1 14:04:25 UTC 2015


From: Martin Kolman <mkolman at redhat.com>

Or else there will be issues such as missing overrides.
---
 widgets/configure.ac | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/widgets/configure.ac b/widgets/configure.ac
index fd60e4f..8ac3269 100644
--- a/widgets/configure.ac
+++ b/widgets/configure.ac
@@ -19,6 +19,8 @@
 # Red Hat Author(s): Chris Lumens <clumens at redhat.com>
 #
 
+m4_define(python_required_version, 3.4)
+
 AC_PREREQ([2.63])
 AC_INIT([AnacondaWidgets], [3.2], [clumens at redhat.com])
 
@@ -29,7 +31,7 @@ AC_DISABLE_STATIC
 AM_INIT_AUTOMAKE([foreign])
 AM_SILENT_RULES([yes])
 
-AM_PATH_PYTHON
+AM_PATH_PYTHON(python_required_version)
 
 AC_CONFIG_SRCDIR([src/BaseWindow.c])
 AC_CONFIG_HEADERS([config.h])


-- 
To view this commit on github, visit https://github.com/rhinstaller/anaconda/commit/03be8399bec2bfa75badd3926da4540a30c53dd4


More information about the anaconda-patches mailing list