pythonPackages.fido2: add import check

This commit is contained in:
Sandro Jäckel 2021-02-16 23:09:51 +01:00
parent 7127a00e5a
commit 21c761ba17
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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";