python3Packages.pythonfinder: add setuptools to nativeBuildInputs
This commit is contained in:
parent
a47595b39c
commit
6059df1b3b
@ -9,6 +9,7 @@
|
||||
, packaging
|
||||
, pytest-cov
|
||||
, pytest-timeout
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -23,6 +24,10 @@ buildPythonPackage rec {
|
||||
sha256 = "sha256-N/q9zi2SX38ivSpnjrx+bEzdR9cS2ivSgy42SR8cl+Q=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
attrs
|
||||
cached-property
|
||||
|
Loading…
Reference in New Issue
Block a user