From b12ffc123376274701c187a2d6c7069e58d6ee851a0364f4f7118d044f6aa86b Mon Sep 17 00:00:00 2001 From: Eugenio Paolantonio Date: Wed, 19 Feb 2025 20:45:40 +0100 Subject: [PATCH] _config: skip building python313 packages for now Let's wait until every module in Main is building fine with python313. Signed-off-by: Eugenio Paolantonio --- _config | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/_config b/_config index aade413..fa97ef9 100644 --- a/_config +++ b/_config @@ -3706,6 +3706,9 @@ Prefer: %{rb_default_ruby_suffix}-rubygem-railties %define skip_python2 1 %define _without_python2 1 +# Temporary until every module is ready for python313 +%define skip_python313 1 + Macros: ## PYTHON MACROS BEGIN # order of %pythons is important: The last flavor overrides any operation on conflicting files and definitions during expansions, @@ -3715,6 +3718,9 @@ Macros: %_without_python2 1 +# Temporary until every module is ready for python313 +%skip_python313 1 + # prjconf definitions for python-rpm-macros # This method for generating python_modules gets too deep to expand for rpm at about 5 python flavors. # Hence, python_module_iter is replaced by python_module_lua in macros.lua.