Merge pull request #282417 from fabaff/pysolcast-fix

python311Packages.pysolcast: relax responses
This commit is contained in:
Fabian Affolter
2024-01-21 10:36:51 +01:00
committed by GitHub
@@ -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 = [