forked from products/SUSE_ALP_Standard
disable python 3.10 on ALP
This commit is contained in:
parent
eba4c35473
commit
42e7a732c2
2
_config
2
_config
@ -1709,6 +1709,7 @@ Prefer: %{rb_default_ruby_suffix}-rubygem-yast-rake
|
|||||||
%define _without_python2 1
|
%define _without_python2 1
|
||||||
%define skip_python38 1
|
%define skip_python38 1
|
||||||
%define skip_python39 1
|
%define skip_python39 1
|
||||||
|
%define skip_python310 1
|
||||||
|
|
||||||
Macros:
|
Macros:
|
||||||
## PYTHON MACROS BEGIN
|
## PYTHON MACROS BEGIN
|
||||||
@ -1720,6 +1721,7 @@ Macros:
|
|||||||
%_without_python2 1
|
%_without_python2 1
|
||||||
%skip_python38 1
|
%skip_python38 1
|
||||||
%skip_python39 1
|
%skip_python39 1
|
||||||
|
%skip_python310 1
|
||||||
|
|
||||||
# prjconf definitions for python-rpm-macros
|
# prjconf definitions for python-rpm-macros
|
||||||
# This method for generating python_modules gets too deep to expand for rpm at about 5 python flavors.
|
# This method for generating python_modules gets too deep to expand for rpm at about 5 python flavors.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user