Unverified Commit 1f5c26b8 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

python312Packages.pipdeptree: unbreak by relaxing build dep constriant (#352645)

parents 9dc2c2bc 63197320
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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