python312Packages.pipdeptree: unbreak by relaxing build dep constriant
This commit is contained in:
parent
41068dcc63
commit
631973209f
@ -28,6 +28,13 @@ buildPythonPackage rec {
|
|||||||
hash = "sha256-wK3RaVq5PwDVAKotkDVEeAMImJxJVN1GceyoKBGBkOY=";
|
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 = [
|
build-system = [
|
||||||
hatchling
|
hatchling
|
||||||
hatch-vcs
|
hatch-vcs
|
||||||
|
Loading…
Reference in New Issue
Block a user