From 819c4dfd1f1d318f06c5d4f4ae5bf7f57e6c8b4f Mon Sep 17 00:00:00 2001 From: Jiri Srain Date: Tue, 19 Sep 2023 12:33:43 +0200 Subject: [PATCH] brackets fix --- _config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_config b/_config index 63fc971..867a464 100644 --- a/_config +++ b/_config @@ -1597,7 +1597,7 @@ Macros: ## PYTHON MACROS BEGIN # order of %pythons is important: The last flavor overrides any operation on conflicting files and definitions during expansions, # making it the "default" in many cases --> keep the primary python3 provider at the end. -%pythons %{?!skip_python3:%{?!skip_python38:python38} %{?!skip_python39:python39} %{?!skip_python310:python310}} %{?!skip_python311:python311} +%pythons %{?!skip_python3:%{?!skip_python38:python38} %{?!skip_python39:python39} %{?!skip_python310:python310} %{?!skip_python311:python311}} %add_python() %{expand:%%define pythons %1 %pythons} %_without_python2 1