python3Packages.django-bootstrap5: relax uv-build constraint

This commit is contained in:
Martin Weinelt
2026-02-21 12:42:29 +01:00
parent 2753724494
commit b70ff956ce
@@ -4,7 +4,6 @@
buildPythonPackage,
django,
fetchFromGitHub,
fetchpatch2,
jinja2,
pillow,
pytest-django,
@@ -24,13 +23,10 @@ buildPythonPackage rec {
hash = "sha256-kLq1BHN4PKwtAH/TqHn8B697K9Nk5mNMpjUsW5cCrj4=";
};
patches = [
(fetchpatch2 {
name = "uv-build.patch";
url = "https://github.com/zostera/django-bootstrap5/commit/d1d54f5fc8041d2781189321402b4f3937f77913.patch?full_index=1";
hash = "sha256-cFOY+pu2TAZXpAipSIQh1nPPC0ipfncvpObcH667+ac=";
})
];
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "uv_build>=0.9.6,<0.10.0" uv_build
'';
build-system = [ uv-build ];