python3Packages.rf-protocols: relax setuptools constraint

This commit is contained in:
Martin Weinelt
2026-07-12 02:37:55 +02:00
parent df67add3cd
commit 7bba2e29ef

View File

@@ -21,6 +21,11 @@ buildPythonPackage (finalAttrs: {
hash = "sha256-g2e+iQXBaoGO1Yv5v+xpiM+beecErI58Ua5/FODg8Bo=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace-fail "setuptools>=78.1.1,<83.0" setuptools
'';
build-system = [ setuptools ];
nativeBuildInputs = [