From ff449077e38f90e1ec4d057b4ac14a7456517625 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 4 Mar 2016 16:26:04 +0100 Subject: [PATCH] debian: add ${python:Depends} to control file --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8984519..73db83f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ X-Python-Version: >= 2.7 Package: python-django-mellon Architecture: all -Depends: ${misc:Depends}, +Depends: ${misc:Depends}, ${python:Depends}, python (>= 2.7), python-django (>= 1.5), python-lasso