Unverified Commit e3d11af1 authored by Theodore Ni's avatar Theodore Ni
Browse files

python310Packages.fe25519: remove patch leftover from merge

parent d78f502c
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
{ 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