lol

python310Packages.ge25519: relax setuptools dependency

authored by

Theodore Ni and committed by
Yt
b5a3cf62 7418b09f

+12
+12
pkgs/development/python-modules/ge25519/default.nix
··· 2 2 , bitlist 3 3 , buildPythonPackage 4 4 , fe25519 5 + , fetchpatch 5 6 , fetchPypi 6 7 , fountains 7 8 , parts 8 9 , pytestCheckHook 9 10 , pythonOlder 10 11 , setuptools 12 + , wheel 11 13 }: 12 14 13 15 buildPythonPackage rec { ··· 22 24 hash = "sha256-oOvrfRSpvwfCcmpV7FOxcBOW8Ex89d2+otjORrzX4o0="; 23 25 }; 24 26 27 + patches = [ 28 + # https://github.com/nthparty/ge25519/pull/1 29 + (fetchpatch { 30 + name = "relax-setuptools-dependency.patch"; 31 + url = "https://github.com/nthparty/ge25519/commit/64de94aa67387a30905057c39729d24feaba9064.patch"; 32 + hash = "sha256-UTT7VD4lscEA2JiGLx9CRVD1ygXgzcOWqgh5jGMS64Y="; 33 + }) 34 + ]; 35 + 25 36 nativeBuildInputs = [ 26 37 setuptools 38 + wheel 27 39 ]; 28 40 29 41 propagatedBuildInputs = [