mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-29 16:24:10 +00:00
python3Packages.finitude: add setuptoos to nativeBuildInputs
This commit is contained in:
parent
ce6b75ad8b
commit
f6f01d932a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user