15
0
forked from pool/python-enaml

Accepting request 1282547 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1282547
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-enaml?expand=0&rev=14
This commit is contained in:
2025-06-04 18:28:55 +00:00
committed by Git OBS Bridge
2 changed files with 10 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Jun 3 15:05:42 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Drop runtime dependency on pyside2 for Leap 16 and factory
(boo#1243916)
-------------------------------------------------------------------
Wed Nov 6 15:37:22 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@@ -43,7 +43,11 @@ Requires: python-ply
Requires: python-QtPy >= 2.1.0
%if "%{python_flavor}" == "python3" || "%{python_provides}" == "python3"
# pyside is python3 only, PyQt5 (-qt5) and PyQt6 are multiflavored
%if 0%{?suse_version} > 1500
Requires: (python-qt5 or python-PyQt6 >= 6.3.1 or python3-pyside6 >= 6.2.3)
%else
Requires: (python-qt5 or python-PyQt6 >= 6.3.1 or python3-pyside2 or python3-pyside6 >= 6.2.3)
%endif
%else
Requires: (python-qt5 or python-PyQt6 >= 6.3.1)
%endif