python313Packages.django-stubs: relax uv-build version constraint

This commit is contained in:
Sandro Jäckel
2026-02-25 14:49:44 +01:00
parent ab0f8e2822
commit 063f4d0537
@@ -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 = [