restore python3 support
This commit is contained in:
parent
ca54b65c70
commit
dbecf1a3b8
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user