Loading pkgs/development/python-modules/pipdeptree/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,13 @@ buildPythonPackage rec { hash = "sha256-wK3RaVq5PwDVAKotkDVEeAMImJxJVN1GceyoKBGBkOY="; }; postPatch = '' # only set to ensure py3.13 compat # https://github.com/tox-dev/pipdeptree/pull/406 substituteInPlace pyproject.toml \ --replace-fail '"pip>=24.2"' '"pip"' ''; build-system = [ hatchling hatch-vcs Loading Loading
pkgs/development/python-modules/pipdeptree/default.nix +7 −0 Original line number Diff line number Diff line Loading @@ -28,6 +28,13 @@ buildPythonPackage rec { hash = "sha256-wK3RaVq5PwDVAKotkDVEeAMImJxJVN1GceyoKBGBkOY="; }; postPatch = '' # only set to ensure py3.13 compat # https://github.com/tox-dev/pipdeptree/pull/406 substituteInPlace pyproject.toml \ --replace-fail '"pip>=24.2"' '"pip"' ''; build-system = [ hatchling hatch-vcs Loading