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