python39Packages.ledgerblue: add import check

This commit is contained in:
Sandro Jäckel 2021-09-14 13:40:59 +02:00
parent 46dc41882b
commit 2fee9816d2
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -19,6 +19,8 @@ buildPythonPackage rec {
# No tests
doCheck = false;
pythonImportsCheck = [ "ledgerblue" ];
meta = with lib; {
description = "Python library to communicate with Ledger Blue/Nano S";
homepage = "https://github.com/LedgerHQ/blue-loader-python";