Unverified Commit 199a2140 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

python3Packages.bip32: loosen dependency requirements

parent e240f8bd
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -23,6 +23,12 @@ buildPythonPackage rec {
    hash = "sha256-o8UKR17XDWp1wTWYeDL0DJY+D11YI4mg0UuGEAPkHxE=";
  };

  # https://github.com/darosior/python-bip32/pull/40/files
  postPatch = ''
    substituteInPlace requirements.txt \
      --replace-fail 'coincurve>=15.0,<19' 'coincurve>=15.0,<20'
  '';

  nativeBuildInputs = [
    setuptools
  ];