From 52b90ec5c960f41299d2ea283114fb9326af431c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 19 Nov 2020 09:31:37 +0100 Subject: [PATCH] debian: remove build-dep on python-django-common, python3-django is enough --- debian/control | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/control b/debian/control index f3067f4..ef91985 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Frederic Peters Build-Depends: debhelper (>= 9), python-all (>= 2.6), python-crypto, - python-django-common, python-requests, python-setuptools (>= 0.6b3), python-six,