Commit 1c614c0e authored by traxys's avatar traxys
Browse files

python312Packages.periodiq: Relax pendulum dependency

parent 76fd5b7e
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'
  '';