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:
Martin Weinelt 2024-01-17 00:25:37 +01:00
parent bdcc187afa
commit 3c98d74363
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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