d/control: Add fido2 library as dependency

Tests:

- Building the package using cowbuilder works.

- Building the package using nocheck profile works.

- On a fresh stable machine, installing the package and patches works.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2026-03-27 09:58:04 -07:00 committed by James Valleroy
parent 46f13b2be9
commit fa22ecaa36
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 3 additions and 0 deletions

2
debian/control vendored
View File

@ -37,6 +37,7 @@ Build-Depends:
python3-django-ipware <!nocheck>,
python3-django-oauth-toolkit <!nocheck>,
python3-django-stronghold <!nocheck>,
python3-fido2 <!nocheck>,
python3-gi,
python3-markupsafe,
python3-mypy <!nocheck>,
@ -110,6 +111,7 @@ Depends:
python3-django-ipware,
python3-django-oauth-toolkit,
python3-django-stronghold,
python3-fido2,
python3-gi,
python3-markupsafe,
python3-pampy,

View File

@ -67,6 +67,7 @@ dependencies = [
"django-bootstrap-form",
"django-simple-captcha",
"django-stronghold >= 0.3.0",
"fido2 >= 1.2.0",
"psutil",
"python-apt",
"python-augeas",