python311Packages.meteofrance-api: relax urllib3 constraint
Checking runtime dependencies for meteofrance_api-1.3.0-py3-none-any.whl - urllib3<2.0.0,>=1.26.18 not satisfied by version 2.1.0
This commit is contained in:
parent
bdcc187afa
commit
3c98d74363
1 changed files with 6 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
, poetry-core
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, pythonRelaxDepsHook
|
||||
, pytz
|
||||
, requests
|
||||
, requests-mock
|
||||
|
@ -27,6 +28,11 @@ buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
poetry-core
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
"urllib3"
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue