Unverified Commit 51b1a06c authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python313Packages.django-stubs: relax uv-build version constraint (#494035)

parents 14f2f67d 063f4d05
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -28,6 +28,11 @@ buildPythonPackage rec {
    hash = "sha256-42FluS2fmfgj4qk2u+Z/7TGhXY4WKUc0cI00go6rnGc=";
  };

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

  build-system = [ uv-build ];

  dependencies = [