Merge pull request #198708 from fabaff/ge25519-fix
python310Packages.ge25519: add setuptools
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
, parts
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -21,6 +22,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-y9Nv59pLWk1kRjZG3EmalT34Mjx7RLZ4WkvJlRrK5LI=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
fe25519
|
||||
parts
|
||||
|
||||
Reference in New Issue
Block a user