Unverified Commit d9ec9a35 authored by Leona Maroni's avatar Leona Maroni Committed by GitHub
Browse files

Merge pull request #300086 from traxys/periodiq_relax

python312Packages.periodiq: Relax pendulum dependency
parents 3610489c 1c614c0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ buildPythonPackage rec {

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace 'pendulum = "^2.0"' 'pendulum = "*"' \
      --replace 'poetry>=0.12' 'poetry-core' \
      --replace 'poetry.masonry.api' 'poetry.core.masonry.api'
  '';