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
commit fb94043171
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 = [