From 8687da892cc8f67a24465d45a769d0315e9f9f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 7 May 2015 12:40:35 +0200 Subject: [PATCH] debian: require python 2.7 (required by django 1.8) --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index 791359c..b50667d 100644 --- a/debian/control +++ b/debian/control @@ -2,15 +2,15 @@ Source: python-django-mellon Maintainer: Entr'ouvert Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3), +Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 7.4.3), python-django (>= 1.5) Standards-Version: 3.9.1 -X-Python-Version: >= 2.6 +X-Python-Version: >= 2.7 Package: python-django-mellon Architecture: all Depends: ${misc:Depends}, - python (>= 2.6), + python (>= 2.7), python-django (>= 1.5), python-lasso Description: SAML authentication for Django