- Require exact clang18 and llvm18, because apparently CPython is

not ready for 19 yet (gh#python/cpython!125499).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=64
This commit is contained in:
2024-11-14 17:26:42 +00:00
committed by Git OBS Bridge
parent be126e03ea
commit 6daf155ac4
2 changed files with 4 additions and 2 deletions

View File

@@ -2,6 +2,8 @@
Thu Nov 14 07:06:20 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
- Remove -IVendor/ from python-config boo#1231795
- Require exact clang18 and llvm18, because apparently CPython is
not ready for 19 yet (gh#python/cpython!125499).
-------------------------------------------------------------------
Thu Oct 24 16:09:00 UTC 2024 - Matej Cepl <mcepl@cepl.eu>

View File

@@ -257,8 +257,8 @@ BuildRequires: python3-python-docs-theme >= 2022.1
%if %{with experimental_jit}
# needed for experimental_jit
BuildRequires: clang => 18
BuildRequires: llvm => 18
BuildRequires: clang18
BuildRequires: llvm18
%endif
%if %{without GIL}