python3Packages.django-bootstrap4: relax uv-build constraint

This commit is contained in:
Martin Weinelt
2026-02-21 12:40:51 +01:00
parent 0fcb52c192
commit 2753724494
@@ -29,6 +29,11 @@ buildPythonPackage rec {
hash = "sha256-g66JJVPB+YQjN5IHSu/jqKVu5gS8Llb+mALJ9f5H2ds=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "uv_build>=0.9.6,<0.10.0" uv_build
'';
build-system = [ uv-build ];
dependencies = [ beautifulsoup4 ];