python3Packages.django-countries: unpin uv-build

This commit is contained in:
Robert Schütz
2026-02-09 09:01:46 -08:00
parent b011ab25c8
commit ca34171b30
@@ -30,6 +30,11 @@ buildPythonPackage rec {
hash = "sha256-MtRlZFrTlY7t0n08X0aYN5HRGZUGLHkcU1gaZCtj07Q=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "uv_build>=0.9.6,<0.10.0" uv_build
'';
build-system = [ uv-build ];
dependencies = [