Merge pull request #282417 from fabaff/pysolcast-fix
python311Packages.pysolcast: relax responses
This commit is contained in:
commit
fb94043171
@ -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 = [
|
||||
|
Loading…
Reference in New Issue
Block a user