From fcd8e58ae5d8906cb36b31517bd9e4b9c0f5ee78cde54c1ac52609034312fc20 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 10 Nov 2018 15:54:43 +0000 Subject: [PATCH] Accepting request 647406 from KDE:Qt5 OBS-URL: https://build.opensuse.org/request/show/647406 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-qt5?expand=0&rev=32 --- python-qt5.changes | 5 +++++ python-qt5.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-qt5.changes b/python-qt5.changes index db321a7..7e3a98b 100644 --- a/python-qt5.changes +++ b/python-qt5.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 8 17:44:05 UTC 2018 - Todd R + +- python-enum34 is also required at runtime. + ------------------------------------------------------------------- Mon Oct 22 06:40:48 UTC 2018 - Christophe Giboudeaux diff --git a/python-qt5.spec b/python-qt5.spec index 7f7c921..ffec0a3 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -61,13 +61,14 @@ BuildRequires: pkgconfig(Qt5WebChannel) BuildRequires: pkgconfig(Qt5WebSockets) BuildRequires: pkgconfig(Qt5X11Extras) BuildRequires: pkgconfig(Qt5XmlPatterns) +BuildRequires: python-enum34 Requires: %{name}-utils Requires: python-sip(api) = %{python_sip_api_ver} %requires_ge libqt5-x11 %requires_ge python-dbus-python Provides: python-PyQt5 = %{version} %ifpython2 -BuildRequires: python-enum34 +Requires: python-enum34 %endif # Do not build WebKit support from SLE15 %if 0%{?is_opensuse} || 0%{?suse_version} < 1500