py-grpcio: cython 3 still not supported (#40537)

This commit is contained in:
Adam J. Stewart 2023-10-16 15:33:32 -05:00 committed by GitHub
parent 3e3b287761
commit 2bc4bfa877
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,7 +37,7 @@ class PyGrpcio(PythonPackage):
depends_on("py-setuptools", type="build")
depends_on("py-six@1.5.2:", when="@:1.48", type=("build", "run"))
depends_on("py-cython@0.23:", type="build")
depends_on("py-cython@0.23:2", type="build")
depends_on("openssl")
depends_on("zlib-api")
depends_on("c-ares")