python3Packages.ckcc-protocol: add pythonImportsCheck
This commit is contained in:
parent
a301215b5a
commit
1d6a93485c
@ -19,12 +19,12 @@ buildPythonPackage rec {
|
|||||||
sha256 = "d83a77d94e9563c3fb0e982d847ec88ba6ac45e3e008e5e53729c0b9800097fc";
|
sha256 = "d83a77d94e9563c3fb0e982d847ec88ba6ac45e3e008e5e53729c0b9800097fc";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [
|
|
||||||
pytest
|
|
||||||
];
|
|
||||||
|
|
||||||
propagatedBuildInputs = [ click ecdsa hidapi pyaes ];
|
propagatedBuildInputs = [ click ecdsa hidapi pyaes ];
|
||||||
|
|
||||||
|
# Project has no tests
|
||||||
|
doCheck = false;
|
||||||
|
pythonImportsCheck = [ "ckcc" ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Communicate with your Coldcard using Python";
|
description = "Communicate with your Coldcard using Python";
|
||||||
homepage = "https://github.com/Coldcard/ckcc-protocol";
|
homepage = "https://github.com/Coldcard/ckcc-protocol";
|
||||||
|
Loading…
Reference in New Issue
Block a user