Skip to content

Commit

Permalink
python312Packages.pipdeptree: unbreak by relaxing build dep constriant (
Browse files Browse the repository at this point in the history
  • Loading branch information
pbsds authored Nov 1, 2024
2 parents 9dc2c2b + 6319732 commit 1f5c26b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/python-modules/pipdeptree/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f5c26b

Please sign in to comment.