python3Packages.django-bootstrap4: fix build with uv_build 0.9.0

This commit is contained in:
Sizhe Zhao
2025-10-08 21:34:52 +08:00
parent f8a5a66b69
commit 976b80484b
@@ -2,6 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
fetchpatch2,
# build-system
uv-build,
@@ -29,6 +30,15 @@ buildPythonPackage rec {
hash = "sha256-+G9UHW4eUGl00A/kDj+iTP7ehjj/dwUENKffvGxE6/4=";
};
patches = [
# https://github.com/zostera/django-bootstrap4/pull/826
(fetchpatch2 {
name = "uv-build.patch";
url = "https://github.com/Prince213/django-bootstrap4/commit/e3e6b7cc6720568177d37ff0998007c84c294c5a.patch?full_index=1";
hash = "sha256-ZW9y8n0ZCOP37EoP32e7ue6h93KgGw1pW8Q1Q8IuNk8=";
})
];
build-system = [ uv-build ];
dependencies = [ beautifulsoup4 ];