From fa22ecaa366dcdb310301da02021326e2af553b9 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Fri, 27 Mar 2026 09:58:04 -0700 Subject: [PATCH] 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 Reviewed-by: James Valleroy --- debian/control | 2 ++ pyproject.toml | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/control b/debian/control index 606bb7a5d..d130d3bf2 100644 --- a/debian/control +++ b/debian/control @@ -37,6 +37,7 @@ Build-Depends: python3-django-ipware , python3-django-oauth-toolkit , python3-django-stronghold , + python3-fido2 , python3-gi, python3-markupsafe, python3-mypy , @@ -110,6 +111,7 @@ Depends: python3-django-ipware, python3-django-oauth-toolkit, python3-django-stronghold, + python3-fido2, python3-gi, python3-markupsafe, python3-pampy, diff --git a/pyproject.toml b/pyproject.toml index 436ab5e1c..4cd7a3b42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",