From 976de1a01d96ed23c81877b5e53b2c8190cfc6f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 3 Feb 2025 11:13:44 +0000 Subject: [PATCH] Ensure this package is built with Tk 8 - Fixes: rhbz#2337758 --- python3.11.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3.11.spec b/python3.11.spec index c046dcf..e8f87c4 100644 --- a/python3.11.spec +++ b/python3.11.spec @@ -228,9 +228,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}