lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.bip-utils: remove postPatch section

authored by

Fabian Affolter and committed by
GitHub
81c1fea9 6ad46a3a

+5 -10
+5 -10
pkgs/development/python-modules/bip-utils/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 - , fetchFromGitHub 4 - , pythonOlder 5 - , ecdsa 3 + , cbor2 6 4 , coincurve 7 - , pynacl 8 5 , crcmod 6 + , ecdsa 9 7 , ed25519-blake2b 8 + , fetchFromGitHub 10 9 , py-sr25519-bindings 11 - , cbor2 12 10 , pycryptodome 11 + , pynacl 13 12 , pytestCheckHook 13 + , pythonOlder 14 14 }: 15 15 16 16 buildPythonPackage rec { ··· 26 26 rev = "refs/tags/v${version}"; 27 27 hash = "sha256-FW3ni7kPB0VeVK/uWjDEeWgilP9dNiuvSaboUpG5DLo="; 28 28 }; 29 - 30 - postPatch = '' 31 - substituteInPlace requirements.txt \ 32 - --replace "coincurve>=15.0.1,<18.0.0" "coincurve" 33 - ''; 34 29 35 30 propagatedBuildInputs = [ 36 31 ecdsa