Unverified Commit 0fbaa3f8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

gallia: relax uv-build (#464225)

parents 66b8ac87 e8765c3e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -18,6 +18,11 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-CZsVd9ob4FHC9KeepK7OHWatVTJUiJEjqtaylhD+yS0=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail "uv_build>=0.8.11,<0.9.0" "uv_build"
  '';

  pythonRelaxDeps = [ "pydantic" ];

  build-system = with python3.pkgs; [ uv-build ];