Accepting request 1221360 from KDE:Qt:PyQt
OBS-URL: https://build.opensuse.org/request/show/1221360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qtcharts-qt5?expand=0&rev=13
This commit is contained in:
commit
6439578d51
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 5 08:33:24 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||||
|
|
||||||
|
- Avoid using requires_eq, which after the last modifications
|
||||||
|
conflicts with python singlespec (order of expansion).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 25 20:48:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
Thu Jan 25 20:48:17 UTC 2024 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -35,7 +35,7 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-pyqt-rpm-macros
|
BuildRequires: python-pyqt-rpm-macros
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(Qt5Charts)
|
BuildRequires: pkgconfig(Qt5Charts)
|
||||||
%requires_ge python-qt5
|
Requires: python-qt5 >= %(rpm -q --whatprovides python3-qt5 --qf "%%{version}")
|
||||||
Requires: python-qt5-sip
|
Requires: python-qt5-sip
|
||||||
# PyPI name is without the s at the end
|
# PyPI name is without the s at the end
|
||||||
Provides: python-PyQtChart = %{version}-%{release}
|
Provides: python-PyQtChart = %{version}-%{release}
|
||||||
|
Loading…
Reference in New Issue
Block a user