diff options
| author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2011-09-27 14:08:44 +0200 |
|---|---|---|
| committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2011-09-27 14:08:44 +0200 |
| commit | e14e47255b491bb90fe3315eb2637b6dae7ead23 (patch) | |
| tree | ff756e590247cee4a3844b0da6ee9ddb3d0ef9c6 /debian | |
| parent | 71e11692ef3fcad01597d19807d2e0d57658705e (diff) | |
| download | astroid-e14e47255b491bb90fe3315eb2637b6dae7ead23.tar.gz | |
we actually dropped support for python < 2.5 in 0.21
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b4c21e3..bd99b7d 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: optional Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org> Uploaders: Sylvain Thénault <sylvain.thenault@logilab.fr>, Alexandre Fayolle <afayolle@debian.org>, Sandro Tosi <morph@debian.org> -Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.4) +Build-Depends: debhelper (>= 5.0.37.2), python (>= 2.5) Build-Depends-Indep: python-support XS-Python-Version: all Standards-Version: 3.8.2 |
