python3Packages.finitude: add setuptoos to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 10:28:38 +02:00 committed by Sandro Jäckel
parent ce6b75ad8b
commit f6f01d932a
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -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