Skip to content

Commit

Permalink
python310Packages.fe25519: relax setuptools dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
tjni authored and Yt committed Aug 25, 2023
1 parent fbed17d commit 7418b09
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pkgs/development/python-modules/fe25519/default.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
{ lib
, bitlist
, buildPythonPackage
, fetchpatch
, fetchPypi
, fountains
, parts
, pytestCheckHook
, pythonOlder
, setuptools
, wheel
}:

buildPythonPackage rec {
Expand All @@ -21,8 +23,18 @@ buildPythonPackage rec {
hash = "sha256-VwCw/sS8Pzhscoa6yCRGbB9X+CtRVn8xyBEpKfGyhhY=";
};

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
];

propagatedBuildInputs = [
Expand Down

0 comments on commit 7418b09

Please sign in to comment.