From d7015966afa47962f3fc1705cbca2cba09fda799 Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 13 Mar 2015 13:03:59 +0000 Subject: [PATCH] Requires python3-PyQt4, not PyQt4. --- hplip.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/hplip.spec b/hplip.spec index 7235e9c..30e7435 100644 --- a/hplip.spec +++ b/hplip.spec @@ -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 - 3.15.2-5 +- Requires python3-PyQt4, not PyQt4. + * Thu Mar 12 2015 Jiri Popelka - 3.15.2-4 - Make reportlab.patch Python3 compatible (bug #1201088).