python3Packages.fe25519: add setuptoos to nativeBuildInputs

This commit is contained in:
Martin Weinelt 2022-09-19 10:27:16 +02:00 committed by Sandro Jäckel
parent 5f4562e5d7
commit ce6b75ad8b
No known key found for this signature in database
GPG Key ID: B1763F8651144063

View File

@ -6,6 +6,7 @@
, parts
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
@ -20,6 +21,10 @@ buildPythonPackage rec {
hash = "sha256-/grXAiWERDeTCWgFnNC1Ok8D5I9MBlwd1501TW0yK5c=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
bitlist
fountains