python310Packages.fe25519: remove patch leftover from merge

There is a conflict between https://github.com/NixOS/nixpkgs/pull/251649
and 7418b09f49.
This commit is contained in:
Theodore Ni 2023-08-27 01:25:49 -07:00
parent d78f502c6b
commit e3d11af1d2
No known key found for this signature in database
GPG Key ID: 48B67583BDDD4474

View File

@ -1,7 +1,6 @@
{ lib
, bitlist
, buildPythonPackage
, fetchpatch
, fetchPypi
, fountains
, parts
@ -23,15 +22,6 @@ buildPythonPackage rec {
hash = "sha256-la+17tPHjceMTe7Wk8DGVaSptk8XJa+l7GTeqLIFDvs=";
};
patches = [
# https://github.com/nthparty/fe25519/pull/1
(fetchpatch {
name = "relax-setuptools-dependency.patch";
url = "https://github.com/nthparty/fe25519/commit/0565f60ddbb1aa4755c68edc85b7df12a3a7311e.patch";
hash = "sha256-FcqkHPdkYN6y+Pvviul2wDsmhhcycfRGqFhmX5sxo1k=";
})
];
nativeBuildInputs = [
setuptools
wheel