Accepting request 1221363 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1221363 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-PyQt6?expand=0&rev=25
This commit is contained in:
commit
e9f8220df3
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 5 08:20:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Avoid using requires_eq, which after the last modifications
|
||||
conflicts with python singlespec (order of expansion).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 15:48:52 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -93,8 +93,8 @@ BuildRequires: cmake(Qt6WebChannel)
|
||||
BuildRequires: cmake(Qt6WebSockets)
|
||||
BuildRequires: cmake(Qt6Widgets)
|
||||
BuildRequires: cmake(Qt6Xml)
|
||||
%requires_ge python-PyQt6-sip
|
||||
%requires_ge python-dbus-python
|
||||
Requires: python-PyQt6-sip >= %(rpm -q --whatprovides python3-PyQt6-sip --qf "%%{version}")
|
||||
Requires: python-dbus-python >= %(rpm -q --whatprovides python3-dbus-python --qf "%%{version}")
|
||||
Provides: python-qt6 = %{version}-%{release}
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user