Merge pull request #204529 from SuperSandro2000/python310Packages.keepkey-agent

python310Packages.keepkey-agent: fix pythonImportsCheck
This commit is contained in:
Fabian Affolter 2022-12-04 23:08:02 +01:00 committed by GitHub
commit 3e45877f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ buildPythonPackage rec {
];
doCheck = false;
pythonImportsChecks = [ "keepkey_agent" ];
pythonImportsCheck = [ "keepkey_agent" ];
meta = with lib; {
description = "Using KeepKey as hardware-based SSH/PGP agent";