python313Packages.tbm-utils: relax pendulum

This commit is contained in:
Fabian Affolter
2025-09-29 09:16:21 +02:00
parent 4e83b6e29f
commit 2c9b61c0ba
@@ -47,7 +47,10 @@ buildPythonPackage rec {
--replace-fail 'poetry.masonry.api' 'poetry.core.masonry.api'
'';
pythonRelaxDeps = [ "attrs" ];
pythonRelaxDeps = [
"attrs"
"pendulum"
];
build-system = [ poetry-core ];