python313Packages.fido2: relax cryptography constraint

This commit is contained in:
Martin Weinelt
2025-05-23 08:37:35 -07:00
committed by Robert Schütz
parent 63c417ccf6
commit 6f707fd717
@@ -23,6 +23,8 @@ buildPythonPackage rec {
build-system = [ poetry-core ];
pythonRelaxDeps = [ "cryptography" ];
dependencies = [ cryptography ];
optional-dependencies = {