mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
yubikey-manager: relax cryptography constraint
This commit is contained in:
parent
3a0a3eb696
commit
edc937acab
1 changed files with 4 additions and 0 deletions
|
|
@ -43,6 +43,10 @@ python3Packages.buildPythonPackage rec {
|
|||
python-pskc
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"cryptography"
|
||||
];
|
||||
|
||||
postInstall = ''
|
||||
installManPage man/ykman.1
|
||||
''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue