Commit 4614c32b authored by Kirill Radzikhovskyy's avatar Kirill Radzikhovskyy
Browse files

python3Packages.rapidgzip: fix build; relax setuptools dependency

parent 834ff42f
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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