python311Packages.bip-utils: remove postPatch section
This commit is contained in:
parent
6ad46a3ae2
commit
81c1fea9d5
1 changed files with 8 additions and 13 deletions
|
@ -1,16 +1,16 @@
|
|||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
, pythonOlder
|
||||
, ecdsa
|
||||
, coincurve
|
||||
, pynacl
|
||||
, crcmod
|
||||
, ed25519-blake2b
|
||||
, py-sr25519-bindings
|
||||
, cbor2
|
||||
, coincurve
|
||||
, crcmod
|
||||
, ecdsa
|
||||
, ed25519-blake2b
|
||||
, fetchFromGitHub
|
||||
, py-sr25519-bindings
|
||||
, pycryptodome
|
||||
, pynacl
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -27,11 +27,6 @@ buildPythonPackage rec {
|
|||
hash = "sha256-FW3ni7kPB0VeVK/uWjDEeWgilP9dNiuvSaboUpG5DLo=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "coincurve>=15.0.1,<18.0.0" "coincurve"
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ecdsa
|
||||
cbor2
|
||||
|
|
Loading…
Reference in a new issue