From f6a7ecef3fd1f804d320be6fd77f8de714e6266e Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 2 Jun 2014 18:23:14 -0500 Subject: [PATCH] python3: (Build)Requires: python3-dbus --- python-qt5.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/python-qt5.spec b/python-qt5.spec index 19b6d11..6c24462 100644 --- a/python-qt5.spec +++ b/python-qt5.spec @@ -7,7 +7,7 @@ Summary: Python bindings for Qt5 Name: python-qt5 Version: 5.3 -Release: 1%{?dist} +Release: 2%{?dist} # all BSD, except for GPLv2+ dbus bindings and examples License: BSD and GPLv2+ @@ -45,6 +45,7 @@ BuildRequires: sip-devel >= 4.16 %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-sip-devel >= 4.16 +BuildRequires: python3-dbus %endif # with_python3 Requires: dbus-python @@ -77,6 +78,7 @@ of the Qt5 classes (e.g. KDE or your own). Summary: Python 3 bindings for Qt5 %{?_sip_api:Requires: python3-sip-api(%{_sip_api_major}) >= %{_sip_api}} Provides: python3-PyQt5 = %{version}-%{release} +Requires: python3-dbus %description -n python3-qt5 %{summary}. @@ -203,6 +205,7 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/ %files -n python3-qt5 %doc NEWS README %doc LICENSE +%{python3_sitelib}/dbus/mainloop/pyqt5.so %dir %{python3_sitearch}/PyQt5/ %{python3_sitearch}/PyQt5/__pycache__/ %{python3_sitearch}/PyQt5/__init__.py* @@ -245,6 +248,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/ %changelog +* Mon Jun 02 2014 Rex Dieter 5.3-2 +- python3: (Build)Requires: python3-dbus + * Mon Jun 02 2014 Rex Dieter 5.3-1 - PyQt-gpl-5.3 - +Qt5Bluetooth,Qt5Quick,Qt5SerialPorts support