Merge pull request #300086 from traxys/periodiq_relax

python312Packages.periodiq: Relax pendulum dependency
This commit is contained in:
Leona Maroni 2024-04-18 23:08:12 +02:00 committed by GitHub
commit d9ec9a35df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -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'
'';