pferd: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 04:03:03 +02:00 committed by Sandro Jäckel
parent caf662452d
commit 16497eb9da
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -15,6 +15,10 @@ python3Packages.buildPythonApplication rec {
sha256 = "05f9b7wzld0jcalc7n5h2a6nqjr1w0fxwkd4cih6gkjc9117skii";
};
nativeBuildInputs = with python3Packages; [
setuptools
];
propagatedBuildInputs = with python3Packages; [
aiohttp
beautifulsoup4