Loading pkgs/development/python-modules/rapidgzip/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading Loading
pkgs/development/python-modules/rapidgzip/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -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 Loading