14
0
forked from pool/python-mocket

- only use python311 on suse platforms

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=101
This commit is contained in:
2025-05-28 07:07:04 +00:00
committed by Git OBS Bridge
parent 7bd8466df4
commit 3a582d63e6
2 changed files with 6 additions and 1 deletions

View File

@@ -21,7 +21,7 @@
%define psuffix -test
%bcond_without test
%if 0%{?suse_version} < 1600
%if 0%{?suse_version} && 0%{?suse_version} < 1600
# Modern stack for Leap 15
%global mypython python311
%else