From d3978415b8b251d966aad57e8d85d1f7cf98f302 Mon Sep 17 00:00:00 2001 From: Seblu Date: Mon, 18 Jul 2011 12:52:41 +0200 Subject: [PATCH] debian control needs an explicit python version --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 25823f1..e694ac0 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: installsystems Section: python Priority: optional Maintainer: Sebastien Luttringer -Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools +Build-Depends: debhelper (>= 7), python-central (>= 0.6), cdbs (>= 0.4.50), python-setuptools, python2.7 XS-Python-Version: >= 2.7 Standards-Version: 3.9.1 -- GitLab