17
0

Accepting request 1138996 from home:dimstar:Factory

- Enable python312 as valid multibuild flavor.

OBS-URL: https://build.opensuse.org/request/show/1138996
OBS-URL: https://build.opensuse.org/package/show/X11:wxWidgets/python-wxPython?expand=0&rev=46
This commit is contained in:
2024-01-17 23:53:20 +00:00
committed by Git OBS Bridge
parent e96b2617c7
commit 1ec08ac40f
3 changed files with 11 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-wxPython
# spec file
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -57,6 +57,9 @@ ExclusiveArch: donotbuild
%if "%flavor" != "python311"
%define skip_python311 1
%endif
%if "%flavor" != "python312"
%define skip_python312 1
%endif
%else
# SLE/Leap: python3 only
%if "%flavor" != "python3"