python313Packages.tbm-utils: relax pendulum

Changed files
+4 -1
pkgs
development
python-modules
tbm-utils
+4 -1
pkgs/development/python-modules/tbm-utils/default.nix
···
--replace-fail 'poetry.masonry.api' 'poetry.core.masonry.api'
'';
-
pythonRelaxDeps = [ "attrs" ];
+
pythonRelaxDeps = [
+
"attrs"
+
"pendulum"
+
];
build-system = [ poetry-core ];