From f923e650f9c34b18e35f3aeb50b215d6639b0114 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mos=C3=A8=20Giordano?= Date: Tue, 5 Mar 2024 01:28:17 +0000 Subject: [PATCH] py-pythran: `@:0.12.1` is incompatible with `python@3.11:` (#42994) Ref: https://github.com/serge-sans-paille/pythran/issues/2101 and https://github.com/scipy/scipy/issues/18390. --- var/spack/repos/builtin/packages/py-pythran/package.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/var/spack/repos/builtin/packages/py-pythran/package.py b/var/spack/repos/builtin/packages/py-pythran/package.py index 094ad2c665..8acf51630a 100644 --- a/var/spack/repos/builtin/packages/py-pythran/package.py +++ b/var/spack/repos/builtin/packages/py-pythran/package.py @@ -67,6 +67,8 @@ class PyPythran(PythonPackage): # https://github.com/serge-sans-paille/pythran/issues/1937 conflicts("%apple-clang@13:", when="@:0.10") + # https://github.com/serge-sans-paille/pythran/issues/2101 + conflicts("^python@3.11:", when="@:0.12.1") @property def headers(self):