pkg: drop python 2.5 compatibility (closes #2711624)
authorNicolas Chauvat <nicolas.chauvat@logilab.fr>
Thu, 14 Feb 2013 15:29:20 +0100
changeset 8693 a6ca96ec8693
parent 8692 40d4ba3589be
child 8694 d901c36bcfce
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
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 <nicolas.chauvat@logilab.fr>
 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