pythonPackages.fido2: add import check
This commit is contained in:
parent
7127a00e5a
commit
21c761ba17
@ -20,6 +20,8 @@ buildPythonPackage rec {
|
||||
|
||||
checkInputs = [ mock pyfakefs ];
|
||||
|
||||
pythonImportsCheck = [ "fido2" ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Provides library functionality for FIDO 2.0, including communication with a device over USB.";
|
||||
homepage = "https://github.com/Yubico/python-fido2";
|
||||
|
Loading…
Reference in New Issue
Block a user