python3Packages.finitude: add setuptoos to nativeBuildInputs
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
, pyserial
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -21,6 +22,10 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-yCI5UCRDhw+dJoTKyjmHbAGBm3by2AyxHKlqCywnLcs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyserial
|
||||
prometheus-client
|
||||
|
||||
Reference in New Issue
Block a user