From 6059df1b3b23f674bfd5e0ab8c2abdc92978822e Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Mon, 19 Sep 2022 04:33:10 +0200 Subject: [PATCH] python3Packages.pythonfinder: add setuptools to nativeBuildInputs --- pkgs/development/python-modules/pythonfinder/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/development/python-modules/pythonfinder/default.nix b/pkgs/development/python-modules/pythonfinder/default.nix index 64879d01969f..6d005a22292a 100644 --- a/pkgs/development/python-modules/pythonfinder/default.nix +++ b/pkgs/development/python-modules/pythonfinder/default.nix @@ -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