Merge pull request 'disable python 3.10 on ALP' (#23) from fcrozat/SUSE_ALP_Standard:1.0 into 1.0

Reviewed-on: https://src.suse.de/products/SUSE_ALP_Standard/pulls/23
This commit is contained in:
Marco Strigl 2023-10-19 10:07:42 +02:00
commit fd72628c61

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.