[pyatspi2] Up Python requirement to 2.6



commit 1759b775de03d42471a99aeb32db8f4964af7e7a
Author: Mike Gorse <mgorse suse com>
Date:   Fri May 11 09:26:36 2012 -0500

    Up Python requirement to 2.6
    
    We are now using the new exception syntax, to be compatible with Python
    3, so we likely do not run on Python versions older than 2.6.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9ce8064..c2f2d69 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,7 +15,7 @@ AC_SUBST(LT_AGE)
 AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-xz])
 
 AC_PROG_CC
-AM_PATH_PYTHON(2.4)
+AM_PATH_PYTHON(2.6)
 AM_DISABLE_STATIC
 AM_PROG_LIBTOOL
 PKG_PROG_PKG_CONFIG



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]