telepathy-mission-control: Require Python 2.6 so we can use "except A as b" etc.

Simon McVittie smcv at kemper.freedesktop.org
Wed Feb 13 06:23:50 PST 2013


Module: telepathy-mission-control
Branch: master
Commit: 7975d386c95469d2e5aa7626524dc906dfeb64ef
URL:    http://cgit.freedesktop.org/telepathy/telepathy-mission-control/commit/?id=7975d386c95469d2e5aa7626524dc906dfeb64ef

Author: Simon McVittie <simon.mcvittie at collabora.co.uk>
Date:   Mon Sep 10 10:51:23 2012 +0100

Require Python 2.6 so we can use "except A as b" etc.

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index fb0cda6..5fd670f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -82,7 +82,7 @@ if test -z "$XSLTPROC"; then
     AC_MSG_ERROR([xsltproc (from the libxslt source package) is required])
 fi
 
-AM_PATH_PYTHON([2.5])
+AM_PATH_PYTHON([2.6])
 AC_MSG_CHECKING([for enough Python for the tests])
 mc_want_twisted_tests=no
 if $PYTHON -c "import twisted.internet.reactor, dbus.mainloop.glib"\



More information about the telepathy-commits mailing list