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