From 064f205d937f74a349ad37087b21af2248e8bb43 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:27:37 +0100 Subject: [PATCH] debian: add build-dependency on python3-django, required for django-admin --- debian/control | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/control b/debian/control index a86f060..f3067f4 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: debhelper (>= 9), python-tz, python3-all, python3-crypto, + python3-django, python3-requests, python3-setuptools, python3-six,