From 809f944b6239eca59d97a1f515a1e9af6cf678b39256845bad1aa65128f8d599 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 19 Nov 2024 23:19:44 +0000 Subject: [PATCH] Don't limit to clang18 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=24 --- python314.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python314.spec b/python314.spec index 7fec5a1..958294c 100644 --- a/python314.spec +++ b/python314.spec @@ -252,8 +252,8 @@ BuildRequires: python3-python-docs-theme >= 2022.1 %if %{with experimental_jit} # needed for experimental_jit -BuildRequires: clang18 -BuildRequires: llvm18 +BuildRequires: clang +BuildRequires: llvm %endif %if %{without GIL}