python3Packages.pythonfinder: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 04:33:10 +02:00 committed by Sandro Jäckel
parent a47595b39c
commit 6059df1b3b
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

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