yubikey-manager: relax cryptography constraint

This commit is contained in:
Martin Weinelt 2026-06-28 23:48:40 +02:00
commit edc937acab
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -43,6 +43,10 @@ python3Packages.buildPythonPackage rec {
python-pskc
];
pythonRelaxDeps = [
"cryptography"
];
postInstall = ''
installManPage man/ykman.1
''