From 351b056c74cee606ebf00e0a9b02305c71262955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 13 Apr 2020 14:20:08 +0200 Subject: [PATCH] debian: update build-dependencies to use python3 version of django (#41581) --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 2781bd2..40772ed 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: welco Maintainer: Frederic Peters Section: python Priority: optional -Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), python-django, dh-python, dh-systemd +Build-Depends: python3-setuptools, python3-all, debhelper (>= 9), python3-django, dh-python, dh-systemd Standards-Version: 3.9.6 Package: python3-welco