Loading pkgs/development/python-modules/tbm-utils/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,10 @@ buildPythonPackage rec { --replace-fail 'poetry.masonry.api' 'poetry.core.masonry.api' ''; pythonRelaxDeps = [ "attrs" ]; pythonRelaxDeps = [ "attrs" "pendulum" ]; build-system = [ poetry-core ]; Loading Loading
pkgs/development/python-modules/tbm-utils/default.nix +4 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,10 @@ buildPythonPackage rec { --replace-fail 'poetry.masonry.api' 'poetry.core.masonry.api' ''; pythonRelaxDeps = [ "attrs" ]; pythonRelaxDeps = [ "attrs" "pendulum" ]; build-system = [ poetry-core ]; Loading