Unverified Commit 04ac21fc authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

python3Packages.grpcio: unpin cython (#488623)

parents d82fbbf9 012686be
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,11 @@ buildPythonPackage rec {
    hash = "sha256-c4K5UYlUbzdcF09TpfqHPO+RxLgAX6oFzFs77qnE8cU=";
  };

  postPatch = ''
    substituteInPlace pyproject.toml \
      --replace-fail cython==3.1.1 cython
  '';

  outputs = [
    "out"
    "dev"