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 committed Oct 31, 2024
1 parent 41068dc commit 6319732
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 6319732

Please sign in to comment.