From 670464f71572d2ed6e8da1726e96c6abd14bfb0ed9878342903aab31d259ede2 Mon Sep 17 00:00:00 2001 From: Benjamin Greiner Date: Tue, 5 Nov 2024 09:18:34 +0000 Subject: [PATCH] Accepting request 1221346 from home:dimstar:Factory - Avoid using requires_eq, which after the last modifications conflicts with python singlespec (order of expansion). OBS-URL: https://build.opensuse.org/request/show/1221346 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:PyQt/python-qt5?expand=0&rev=16 --- python-qt5.changes | 6 ++++++ python-qt5.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-qt5.changes b/python-qt5.changes index ddd659d..3cd6d1a 100644 --- a/python-qt5.changes +++ b/python-qt5.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Nov 5 08:36:18 UTC 2024 - Dominique Leuenberger + +- Avoid using requires_eq, which after the last modifications + conflicts with python singlespec (order of expansion). + ------------------------------------------------------------------- Sun Oct 15 13:57:31 UTC 2023 - Ben Greiner diff --git a/python-qt5.spec b/python-qt5.spec index 327f35a..037f9fc 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -79,7 +79,7 @@ BuildRequires: %{python_module pyqt-builder >= 1.14.1} BuildRequires: %{python_module qt5-sip >= 12.13} BuildRequires: %{python_module sip-devel >= 6.7.12} Requires: python-qt5-sip >= 12.13 -%requires_ge python-dbus-python +Requires: python-dbus-python >= %(rpm -q --whatprovides python3-dbus-python --qf "%%{version}") Provides: python-PyQt5 = %{version}-%{release} Suggests: python-%{mname}-quick3d