brackets fix
This commit is contained in:
parent
f0b3684216
commit
819c4dfd1f
2
_config
2
_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
|
||||
|
Loading…
Reference in New Issue
Block a user