python3Packages.rpi-bad-power: add setuptools to nativeBuildInputs
This commit is contained in:
parent
f1b5f55556
commit
e54e365857
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
@ -19,6 +20,10 @@ buildPythonPackage {
|
||||
hash = "sha256:1yvfz28blq4fdnn614n985vbs5hcw1gm3i9am53k410sfs7ilvkk";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"rpi_bad_power"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user