_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 <eugenio.paolantonio@suse.com>
This commit is contained in:
Eugenio Paolantonio 2025-02-19 20:45:40 +01:00
parent f936951b76
commit b12ffc1233

View File

@ -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.