python310Packages.ge25519: add setuptools

This commit is contained in:
Fabian Affolter 2022-10-30 20:59:09 +01:00
parent aaaad710c1
commit 685b0daf36

View File

@ -7,6 +7,7 @@
, parts
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
@ -21,6 +22,10 @@ buildPythonPackage rec {
hash = "sha256-y9Nv59pLWk1kRjZG3EmalT34Mjx7RLZ4WkvJlRrK5LI=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
fe25519
parts