Unverified Commit fb940431 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #282417 from fabaff/pysolcast-fix

python311Packages.pysolcast: relax responses
parents a180882e b022bc7d
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -9,6 +9,7 @@
, requests
, responses
, poetry-core
, pythonRelaxDepsHook
}:

buildPythonPackage rec {
@@ -25,8 +26,13 @@ buildPythonPackage rec {
    hash = "sha256-jLhM47o6LvkPux0kusOrRk4TDS6VLWE0QMEiQxlBCwo=";
  };

  pythonRelaxDeps = [
    "responses"
  ];

  nativeBuildInputs = [
    poetry-core
    pythonRelaxDepsHook
  ];

  propagatedBuildInputs = [