lol

python3Packages.fe25519: add setuptoos to nativeBuildInputs

authored by

Martin Weinelt and committed by
Sandro Jäckel
ce6b75ad 5f4562e5

+5
+5
pkgs/development/python-modules/fe25519/default.nix
··· 6 6 , parts 7 7 , pytestCheckHook 8 8 , pythonOlder 9 + , setuptools 9 10 }: 10 11 11 12 buildPythonPackage rec { ··· 19 20 inherit pname version; 20 21 hash = "sha256-/grXAiWERDeTCWgFnNC1Ok8D5I9MBlwd1501TW0yK5c="; 21 22 }; 23 + 24 + nativeBuildInputs = [ 25 + setuptools 26 + ]; 22 27 23 28 propagatedBuildInputs = [ 24 29 bitlist