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)