python312Packages.pipdeptree: unbreak by relaxing build dep constriant

This commit is contained in:
Peder Bergebakken Sundt 2024-10-31 16:37:37 +01:00
parent 41068dcc63
commit 631973209f

View File

@ -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