python39Packages.ledgerblue: add import check
This commit is contained in:
parent
46dc41882b
commit
2fee9816d2
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ buildPythonPackage rec {
|
||||||
# No tests
|
# No tests
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "ledgerblue" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library to communicate with Ledger Blue/Nano S";
|
description = "Python library to communicate with Ledger Blue/Nano S";
|
||||||
homepage = "https://github.com/LedgerHQ/blue-loader-python";
|
homepage = "https://github.com/LedgerHQ/blue-loader-python";
|
||||||
|
|
Loading…
Reference in a new issue