From f21c35bd17538eed049a6ff739a010fa645ed6bc Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Fri, 6 Jul 2007 10:52:40 +0000 Subject: [PATCH] - Main package requires python-reportlab for hp-sendfax (bug #189030). --- hplip.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hplip.spec b/hplip.spec index 3cdf1d4..0d0e905 100644 --- a/hplip.spec +++ b/hplip.spec @@ -33,6 +33,7 @@ Requires(preun): /sbin/chkconfig Requires: hpijs = %{hpijs_epoch}:%{version}-%{release} Requires: python-imaging +Requires: python-reportlab BuildRequires: net-snmp-devel BuildRequires: cups-devel @@ -262,6 +263,7 @@ exit 0 %changelog * Fri Jul 6 2007 Tim Waugh +- Main package requires python-reportlab for hp-sendfax (bug #189030). - Explicitly enable scanning. - Main package requires python-imaging for hp-scan (bug #247210).