python3Packages.rapidgzip: fix build; relax setuptools dependency

This commit is contained in:
Kirill Radzikhovskyy
2025-04-27 17:59:27 +10:00
parent 834ff42fab
commit 4614c32b67
@@ -20,6 +20,11 @@ buildPythonPackage rec {
hash = "sha256-fTXwrxZXtAUakMPAwsDSQz886Dnbkw/b7T1lFt4qXfE=";
};
prePatch = ''
# pythonRelaxDeps doesn't work here
substituteInPlace pyproject.toml --replace-fail "setuptools >= 61.2, < 72" "setuptools"
'';
nativeBuildInputs = [
cython
nasm