Requires python3-PyQt4, not PyQt4.

This commit is contained in:
Tim Waugh 2015-03-13 13:03:59 +00:00
parent 91c0f13ab4
commit d7015966af

View File

@ -7,7 +7,7 @@
Summary: HP Linux Imaging and Printing Project
Name: hplip
Version: 3.15.2
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2+ and MIT
Url: http://hplip.sourceforge.net/
@ -90,7 +90,7 @@ Libraries needed by HPLIP.
Summary: HPLIP graphical tools
Group: Applications/System
License: BSD
Requires: PyQt4
Requires: python3-PyQt4
Requires: python3-reportlab
# hpssd.py
Requires: python3-gobject
@ -473,6 +473,9 @@ rm -f ppds-all
%postun libs -p /sbin/ldconfig
%changelog
* Fri Mar 13 2015 Tim Waugh <twaugh@redhat.com> - 3.15.2-5
- Requires python3-PyQt4, not PyQt4.
* Thu Mar 12 2015 Jiri Popelka <jpopelka@redhat.com> - 3.15.2-4
- Make reportlab.patch Python3 compatible (bug #1201088).