forked from pool/python313
Fix packages for %suse_version bump jsc#PED-15850
This commit is contained in:
@@ -62,7 +62,7 @@
|
||||
|
||||
# Only for Tumbleweed
|
||||
# https://en.opensuse.org/openSUSE:Python:Externally_managed
|
||||
%if 0%{?suse_version} > 1600
|
||||
%if 0%{?suse_version} >= 1699
|
||||
%bcond_without externally_managed
|
||||
%else
|
||||
%bcond_with externally_managed
|
||||
@@ -81,7 +81,7 @@
|
||||
%endif
|
||||
|
||||
# No experimental_jit in SLES, there's no clang >=18
|
||||
%if 0%{?suse_version} <= 1600
|
||||
%if 0%{?suse_version} < 1699
|
||||
%bcond_with experimental_jit
|
||||
%else
|
||||
# Disable experimental_jit for primary python.
|
||||
|
||||
Reference in New Issue
Block a user