From dfe7d5095710e43837ada19faf7d1767c6e114f9 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#2337757 --- python3.10.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3.10.spec b/python3.10.spec index 0a4cb85..056d369 100644 --- a/python3.10.spec +++ b/python3.10.spec @@ -225,9 +225,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}