# HG changeset patch # User Nicolas Chauvat # Date 1360852160 -3600 # Node ID a6ca96ec86938213f01528c63d09ce584384f673 # Parent 40d4ba3589beb5bd79e91c1ade83729fb242a83b pkg: drop python 2.5 compatibility (closes #2711624) 2.5 is not common anymore. Dropping compatibility will help moving to a code base compatible with Python 3.3 diff -r 40d4ba3589be -r a6ca96ec8693 debian/control --- a/debian/control Thu Feb 14 15:21:23 2013 +0100 +++ b/debian/control Thu Feb 14 15:29:20 2013 +0100 @@ -9,7 +9,7 @@ Nicolas Chauvat Build-Depends: debhelper (>= 7), - python (>= 2.5), + python (>= 2.6), python-central (>= 0.5), python-sphinx, python-logilab-common, @@ -20,7 +20,7 @@ python-lxml, Standards-Version: 3.9.1 Homepage: http://www.cubicweb.org -XS-Python-Version: >= 2.5 +XS-Python-Version: >= 2.6 Package: cubicweb Architecture: all