yubikey-manager: relax fido2 version constraint

This commit is contained in:
Robert Schütz 2022-06-08 21:15:14 +00:00 committed by Robert Schütz
parent 8f855704cc
commit 1c5daefee9

View file

@ -14,7 +14,7 @@ python3Packages.buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace 'cryptography = "^2.1 || ^3.0"' 'cryptography = "*"'
--replace 'fido2 = ">=0.9, <1.0"' 'fido2 = ">*"'
substituteInPlace "ykman/pcsc/__init__.py" \
--replace 'pkill' '${procps}/bin/pkill'
'';