diff --git a/pkgs/development/python-modules/phart/default.nix b/pkgs/development/python-modules/phart/default.nix index 7f437fc3565b..44b60a3f7680 100644 --- a/pkgs/development/python-modules/phart/default.nix +++ b/pkgs/development/python-modules/phart/default.nix @@ -29,7 +29,6 @@ buildPythonPackage rec { ''; postPatch = '' - # pythonRelaxDeps = true; didn't work substituteInPlace pyproject.toml \ --replace-fail 'hatchling==1.26.3' 'hatchling' @@ -37,7 +36,6 @@ buildPythonPackage rec { # This line makes the cli tool not work, removing it fixes it substituteInPlace src/phart/cli.py \ --replace-fail "renderer.options.use_ascii = args.ascii" "" - ''; dependencies = [