From 9ebeaa57ae72b1d55a575b306933fd703c55cf25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Thu, 1 Feb 2024 22:55:40 +0100 Subject: RPM: don't force use of python3.11 under Ferdora 39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: François Andriot --- redhat/docker/f39/rpmmacros | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/redhat/docker/f39/rpmmacros b/redhat/docker/f39/rpmmacros index d5696f832..206994877 100644 --- a/redhat/docker/f39/rpmmacros +++ b/redhat/docker/f39/rpmmacros @@ -7,10 +7,4 @@ %_debugsource_packages %nil %_debugsource_template %nil %source_date_epoch_from_changelog 0 - -# Use python3.11 instead of default python3.12 -%python python3.11 -%python3 python3.11 -%__python3 /usr/bin/python3.11 -%__python_requires %nil -%__pythondist_requires %nil +%python python3 -- cgit v1.2.3