python310Packages.ge25519: add setuptools
This commit is contained in:
parent
aaaad710c1
commit
685b0daf36
@ -7,6 +7,7 @@
|
||||
, parts
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -21,6 +22,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-y9Nv59pLWk1kRjZG3EmalT34Mjx7RLZ4WkvJlRrK5LI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
fe25519
|
||||
parts
|
||||
|
Loading…
Reference in New Issue
Block a user