Unverified Commit 8d8b9391 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python3Packages.django-stubs-ext: relax uv-build constraint

parent e88108f4
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -27,6 +27,9 @@ buildPythonPackage rec {
  postPatch = ''
    cd ext
    ln -s ../scripts

    substituteInPlace pyproject.toml \
      --replace-fail "uv_build>=0.9.9,<0.10.0" uv_build
  '';

  build-system = [ uv-build ];