mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-04-08 09:41:35 +00:00
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:
parent
46f13b2be9
commit
fa22ecaa36
2
debian/control
vendored
2
debian/control
vendored
@ -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,
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user