python3Packages.meteofrance-api: adjust pytz constraint

main
Fabian Affolter 2 years ago
parent d98ccca9b5
commit cfb5ca06db
  1. 6
      pkgs/development/python-modules/meteofrance-api/default.nix

@ -43,6 +43,12 @@ buildPythonPackage rec {
requests-mock
];
postPatch = ''
# https://github.com/hacf-fr/meteofrance-api/pull/378
substituteInPlace pyproject.toml \
--replace 'pytz = ">=2020.4,<2022.0"' 'pytz = ">=2020.4,<2023.0"'
'';
pythonImportsCheck = [
"meteofrance_api"
];

Loading…
Cancel
Save