Merge pull request #198708 from fabaff/ge25519-fix

python310Packages.ge25519: add setuptools
This commit is contained in:
Fabian Affolter
2022-10-30 23:39:25 +01:00
committed by GitHub
@@ -7,6 +7,7 @@
, parts
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
@@ -21,6 +22,10 @@ buildPythonPackage rec {
hash = "sha256-y9Nv59pLWk1kRjZG3EmalT34Mjx7RLZ4WkvJlRrK5LI=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
fe25519
parts