From c92dd1983293fe6fce960ccd03c9c17e1198b4516034a3065660b9827b9bcdbc Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 12 Apr 2025 22:43:06 +0000 Subject: [PATCH] Fix typo OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python314?expand=0&rev=47 --- python314.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python314.spec b/python314.spec index b30d7c5..8d3bfd6 100644 --- a/python314.spec +++ b/python314.spec @@ -260,7 +260,7 @@ BuildRequires: python3-python-docs-theme >= 2022.1 %if %{with experimental_jit} # needed for experimental_jit -BuildRequires: clang >= 19 +BuildRequires: clang19 BuildRequires: llvm %endif