From 227b325880fc0424622da3ad109b840fafeb2ddc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 31 Jan 2025 15:51:17 +0100 Subject: [PATCH] Ensure this package is built with Tk 8 - Fixes: rhbz#2337762 --- python3.6.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python3.6.spec b/python3.6.spec index 6b485f4..74c21a3 100644 --- a/python3.6.spec +++ b/python3.6.spec @@ -279,9 +279,9 @@ BuildRequires: gdb BuildRequires: openssl-devel BuildRequires: tar -BuildRequires: tcl-devel +BuildRequires: tcl-devel < 1:9 BuildRequires: tix-devel -BuildRequires: tk-devel +BuildRequires: tk-devel < 1:9 %if %{with valgrind} BuildRequires: valgrind-devel