From c4179bebde7cc8283f4a53fc85a9d359e9c4a39d Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Mon, 30 Jul 2018 17:32:01 +0200 Subject: [PATCH] Add missing Requires: python2-enum34 --- python-qt5.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-qt5.spec b/python-qt5.spec index 88fdcc4..edfc97b 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -22,7 +22,7 @@ Summary: PyQt5 is Python bindings for Qt5 Name: python-qt5 Version: 5.11.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3 Url: http://www.riverbankcomputing.com/software/pyqt/ @@ -109,6 +109,7 @@ Requires: python2-qt5-base%{?_isa} = %{version}-%{release} BuildRequires: qt5-qtbase-private-devel %{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}} %{?_sip_api:Requires: python2-pyqt5-sip-api(%{_sip_api_major}) >= %{_sip_api}} +Requires: python2-enum34 Provides: PyQt5 = %{version}-%{release} Provides: PyQt5%{?_isa} = %{version}-%{release} Provides: python2-PyQt5 = %{version}-%{release} @@ -493,6 +494,9 @@ sed -i \ %changelog +* Mon Jul 30 2018 Sandro Mani - 5.11.2-2 +- Add missing Requires: python2-enum34 + * Tue Jul 10 2018 Rex Dieter - 5.11.2-1 - 5.11.2 - %%build: --no-dist-info (not supported when using DESTDIR= yet)