From 5e9c8316a35570556252b8871e35274d4bd6194d70514364dc086c43e75b4113 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Apr 2025 22:08:04 +0000 Subject: [PATCH] Fix version of clang OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=45 --- python314.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python314.spec b/python314.spec index 498910b..749b3ea 100644 --- a/python314.spec +++ b/python314.spec @@ -60,7 +60,7 @@ %bcond_with profileopt %endif -# No experimental_jit in SLES, there's no clang >=18 +# No experimental_jit in SLES, there's no clang >=19 %if 0%{?suse_version} <= 1600 %bcond_with experimental_jit %else @@ -260,7 +260,7 @@ BuildRequires: python3-python-docs-theme >= 2022.1 %if %{with experimental_jit} # needed for experimental_jit -BuildRequires: clang +BuildRequires: clang >=19 BuildRequires: llvm %endif