python3Packages.django-stubs: relax setuptools constraint

This commit is contained in:
Martin Weinelt
2025-06-15 20:11:20 +02:00
parent 51c8185f02
commit 0b32094e45
@@ -27,6 +27,11 @@ buildPythonPackage rec {
hash = "sha256-B+JcLTy/9b5UAif/N3GcyJ8hXfqqpesDinWwG7+7JyI=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools<79.0.0" setuptools
'';
build-system = [ setuptools ];
dependencies = [