python3Packages.djangorestframework-stubs: fix build (#501470)

This commit is contained in:
Sandro
2026-03-22 19:25:33 +00:00
committed by GitHub
@@ -10,7 +10,7 @@
pytestCheckHook,
requests,
types-pyyaml,
setuptools,
uv-build,
types-markdown,
types-requests,
typing-extensions,
@@ -30,10 +30,10 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "<79.0.0" ""
--replace-fail "uv_build>=0.8.19,<0.10.0" "uv_build"
'';
build-system = [ setuptools ];
build-system = [ uv-build ];
dependencies = [
django-stubs