python39Packages.ledgerblue: add import check

+2
+2
pkgs/development/python-modules/ledgerblue/default.nix
··· 19 # No tests 20 doCheck = false; 21 22 meta = with lib; { 23 description = "Python library to communicate with Ledger Blue/Nano S"; 24 homepage = "https://github.com/LedgerHQ/blue-loader-python";
··· 19 # No tests 20 doCheck = false; 21 22 + pythonImportsCheck = [ "ledgerblue" ]; 23 + 24 meta = with lib; { 25 description = "Python library to communicate with Ledger Blue/Nano S"; 26 homepage = "https://github.com/LedgerHQ/blue-loader-python";