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 <sunil@medhas.org>
This commit is contained in:
Sunil Mohan Adapa 2026-03-26 11:34:31 -07:00
parent e083ea00e7
commit 2f337741ec
No known key found for this signature in database
GPG Key ID: 43EA1CFF0AA7C5F2

2
debian/control vendored
View File

@ -30,7 +30,7 @@ Build-Depends:
python3-configobj <!nocheck>,
python3-cryptography <!nocheck>,
python3-dbus,
python3-django <!nocheck>,
python3-django,
python3-django-axes <!nocheck>,
python3-django-captcha <!nocheck>,
# Explictly depend on ipware as it is optional dependecy of django-axes