From 8aa2342f5ffd004866bbb3edbb77545a6269eb65 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 5 Feb 2019 16:28:23 +0100 Subject: [PATCH] debian: add dh-python to build depends --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1355e2f..b678211 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,8 @@ Source: python-django-kerberos Maintainer: Benjamin Dauvergne Section: python Priority: optional -Build-Depends: debhelper (>= 9), +Build-Depends: dh-python, + debhelper (>= 9), python-setuptools (>= 0.6b3), python-all (>= 2.6), python-django (>= 1.8),