Loading pkgs/development/python-modules/bip-utils/default.nix +5 −10 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , ecdsa , cbor2 , coincurve , pynacl , crcmod , ecdsa , ed25519-blake2b , fetchFromGitHub , py-sr25519-bindings , cbor2 , pycryptodome , pynacl , pytestCheckHook , pythonOlder }: buildPythonPackage rec { Loading @@ -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 Loading
pkgs/development/python-modules/bip-utils/default.nix +5 −10 Original line number Diff line number Diff line { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , ecdsa , cbor2 , coincurve , pynacl , crcmod , ecdsa , ed25519-blake2b , fetchFromGitHub , py-sr25519-bindings , cbor2 , pycryptodome , pynacl , pytestCheckHook , pythonOlder }: buildPythonPackage rec { Loading @@ -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