From 42e7a732c20042135521efd4c11f21a71d1ea57b Mon Sep 17 00:00:00 2001 From: Frederic Crozat Date: Thu, 19 Oct 2023 10:04:56 +0200 Subject: [PATCH] disable python 3.10 on ALP --- _config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_config b/_config index 4547988..90faf3d 100644 --- a/_config +++ b/_config @@ -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.