[gnome-dvb-daemon] Raise minimum required python version to 3.2



commit 7fed27ada60013805d7aa4998de6b8cba90a2b58
Author: Sebastian Pölsterl <sebp k-d-w org>
Date:   Fri Aug 8 08:59:20 2014 -0400

    Raise minimum required python version to 3.2

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7feba56..0bdf8e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -128,7 +128,7 @@ AC_SUBST(TOTEM_PLUGIN_DIR)
 dnl **********
 dnl * Python
 dnl **********
-PYTHON_REQUIRED=2.5
+PYTHON_REQUIRED=3.2
 AM_PATH_PYTHON($PYTHON_REQUIRED)
 AM_CHECK_PYTHON_HEADERS(,[AC_MSG_ERROR(could not find Python headers)])
 AC_SUBST(PYTHONDIR)


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