Fix conditions for primary_interpreter
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python310?expand=0&rev=44
This commit is contained in:
parent
7760f38ab4
commit
84e54ed87f
@ -62,7 +62,7 @@ Obsoletes: python39%{?1:-%{1}}
|
||||
%define python_pkg_name python310
|
||||
# Will provide the python3-* provides
|
||||
# Will do the /usr/bin/python3 and all the core links
|
||||
%if 0%{?sle_version} || 0%{?suse_version} >= 1550
|
||||
%if 0%{?sle_version} || 0%{?suse_version} < 1550
|
||||
%define primary_interpreter 0
|
||||
%else
|
||||
%define primary_interpreter 1
|
||||
|
Loading…
Reference in New Issue
Block a user