From bfa6da811bac14ff9d546ed730957e5e03a1fc43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 31 Jan 2025 14:51:17 +0000 Subject: [PATCH] Ensure this package is built with Tk 8 - Fixes: rhbz#2337759 --- python3.12.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3.12.spec b/python3.12.spec index 60599c7..54e1adf 100644 --- a/python3.12.spec +++ b/python3.12.spec @@ -274,9 +274,9 @@ BuildRequires: sqlite-devel BuildRequires: gdb BuildRequires: tar -BuildRequires: tcl-devel +BuildRequires: tcl-devel < 1:9 BuildRequires: tix-devel -BuildRequires: tk-devel +BuildRequires: tk-devel < 1:9 BuildRequires: tzdata %if %{with valgrind}