pferd: add setuptools to nativeBuildInputs

authored by Martin Weinelt and committed by Sandro Jäckel 16497eb9 caf66245

+4
+4
pkgs/tools/misc/pferd/default.nix
··· 15 sha256 = "05f9b7wzld0jcalc7n5h2a6nqjr1w0fxwkd4cih6gkjc9117skii"; 16 }; 17 18 propagatedBuildInputs = with python3Packages; [ 19 aiohttp 20 beautifulsoup4
··· 15 sha256 = "05f9b7wzld0jcalc7n5h2a6nqjr1w0fxwkd4cih6gkjc9117skii"; 16 }; 17 18 + nativeBuildInputs = with python3Packages; [ 19 + setuptools 20 + ]; 21 + 22 propagatedBuildInputs = with python3Packages; [ 23 aiohttp 24 beautifulsoup4