From 2f337741ec51e2cd125dafef405d637018544bd6 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Thu, 26 Mar 2026 11:34:31 -0700 Subject: [PATCH] debian/control: Fix building with nocheck profile Closes: #1131956 (Debian) - django-admin command from python3-django package is needed to build the .mo translation files. Tests: - 'gbp buildpackage --git-pbuilder --git-pbuilder-options="--profiles=nocheck"' works. Signed-off-by: Sunil Mohan Adapa --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index a6a6d900e..606bb7a5d 100644 --- a/debian/control +++ b/debian/control @@ -30,7 +30,7 @@ Build-Depends: python3-configobj , python3-cryptography , python3-dbus, - python3-django , + python3-django, python3-django-axes , python3-django-captcha , # Explictly depend on ipware as it is optional dependecy of django-axes