restore python3 support

This commit is contained in:
Rex Dieter 2014-11-13 10:07:24 -06:00
parent ca54b65c70
commit dbecf1a3b8

View File

@ -1,6 +1,6 @@
%if 0%{?fedora}
#global with_python3 1
%global with_python3 1
%global python3_dbus_dir %(%{__python3} -c "import dbus.mainloop; print(dbus.mainloop.__path__[0])")
#global python3_dbus_dir %(d=%{python3_sitearch}/dbus/mainloop; [ -d $d ] || d=%{python3_sitelib}/dbus/mainloop; echo $d)
%endif
@ -11,7 +11,7 @@
Summary: Python bindings for Qt5
Name: python-qt5
Version: 5.3.2
Release: 5%{?dist}
Release: 6%{?dist}
# all BSD, except for GPLv2+ dbus bindings and examples
License: BSD and GPLv2+
@ -258,6 +258,9 @@ rm -rfv %{buildroot}%{python3_sitearch}/PyQt5/uic/port_v2/
%changelog
* Thu Nov 13 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-6
- restore python3 support
* Tue Nov 11 2014 Rex Dieter <rdieter@fedoraproject.org> 5.3.2-5
- pkgconfig(QtOpenGL) being satisfied by qt4 devel (#1162415)