python3Packages.btchip: add pythonImportsCheck
This commit is contained in:
parent
de5a0c6916
commit
30452cb987
@ -14,6 +14,8 @@ buildPythonPackage rec {
|
|||||||
# tests requires hardware
|
# tests requires hardware
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
||||||
|
pythonImportsCheck = [ "btchip.btchip" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python communication library for Ledger Hardware Wallet products";
|
description = "Python communication library for Ledger Hardware Wallet products";
|
||||||
homepage = "https://github.com/LedgerHQ/btchip-python";
|
homepage = "https://github.com/LedgerHQ/btchip-python";
|
||||||
|
Loading…
Reference in New Issue
Block a user