disable python 3.10 on ALP

This commit is contained in:
Frederic Crozat 2023-10-19 10:04:56 +02:00
parent eba4c35473
commit 42e7a732c2

View File

@ -1709,6 +1709,7 @@ Prefer: %{rb_default_ruby_suffix}-rubygem-yast-rake
%define _without_python2 1
%define skip_python38 1
%define skip_python39 1
%define skip_python310 1
Macros:
## PYTHON MACROS BEGIN
@ -1720,6 +1721,7 @@ Macros:
%_without_python2 1
%skip_python38 1
%skip_python39 1
%skip_python310 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.