From 3c3af555e22b1d73874e394dca7873c9041f401f Mon Sep 17 00:00:00 2001 From: Sebastien Luttringer Date: Wed, 14 Dec 2011 16:54:45 +0100 Subject: [PATCH] We need a recent version of python-argparse python-argparse (1.1) shipped with debian squeeze is bugged and doesn't work with installsystems needs python-argparse 1.2.1 (last upstream version) was backported into squeeze and we need it. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b9b25a4..25633c4 100644 --- a/debian/control +++ b/debian/control @@ -15,7 +15,7 @@ Description: InstallSytems Installer Package: python-installsystems Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, python-paramiko, python-argparse +Depends: ${misc:Depends}, ${python:Depends}, python-paramiko, python-argparse (>= 1.2.1) XB-Python-Version: ${python:Versions} Description: InstallSystems Python modules This package provides InstallSystems framework -- GitLab