py-gevent: @:23.9.0 conflicts with py-cython@3.0.10 (#45257) (#45295)

Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
This commit is contained in:
Jeremy Guillette 2024-08-07 08:35:30 -04:00 committed by GitHub
parent 55cbdd435c
commit f1ea979e2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,6 +41,12 @@ class PyGevent(PythonPackage):
# https://github.com/gevent/gevent/issues/1599
conflicts("^py-cython@3:", when="@:20.5.0")
# https://github.com/gevent/gevent/issues/2031
conflicts(
"^py-cython@3.0.10",
when="@:23.9.0",
msg="py-gevent fails to build when using cython@3.0.10",
)
# Deprecated compiler options. upstream PR: https://github.com/gevent/gevent/pull/1896
patch("icc.patch", when="@:21.12.0 %intel")