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.