summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-gevent/package.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-gevent/package.py b/var/spack/repos/builtin/packages/py-gevent/package.py
index fb42471f8a..fdcdad0f8d 100644
--- a/var/spack/repos/builtin/packages/py-gevent/package.py
+++ b/var/spack/repos/builtin/packages/py-gevent/package.py
@@ -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")