python3Packages.portpicker: add setuptools to nativeBuildInputs
This commit is contained in:
committed by
Frederik Rietdijk
parent
46445f00a9
commit
68380d6044
@@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, setuptools
|
||||
, psutil
|
||||
, pythonOlder
|
||||
}:
|
||||
@@ -17,6 +18,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-xVaDrXJfXACkG8fbAiUiPovgJLH6Vk0DntM5Dk/Uj7M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
psutil
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user