From c4031588c8241b8031bfa6bb180533a8a03b1b828bd835217499df8d7971c046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 25 Jun 2018 11:10:57 +0000 Subject: [PATCH] Accepting request 618750 from home:bmwiedemann:branches:Printing require python3-Pillow for hp-scan to work otherwise it prints an error about needing the 'python imaging library' OBS-URL: https://build.opensuse.org/request/show/618750 OBS-URL: https://build.opensuse.org/package/show/Printing/hplip?expand=0&rev=155 --- hplip.changes | 5 +++++ hplip.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/hplip.changes b/hplip.changes index 7b21f98..9078e64 100644 --- a/hplip.changes +++ b/hplip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun Jun 24 05:22:01 UTC 2018 - bwiedemann@suse.com + +- require python3-Pillow for hp-scan to work + ------------------------------------------------------------------- Fri Jun 1 15:18:19 UTC 2018 - mwilck@suse.com diff --git a/hplip.spec b/hplip.spec index dea0a07..cf673be 100644 --- a/hplip.spec +++ b/hplip.spec @@ -167,6 +167,7 @@ Requires: foomatic-filters # to get "all the HPLIP stuff" installed has the RPM requirement: Requires: %{pymod %gobject} Requires: ghostscript +Requires: %{pymod Pillow} %if %use_qt5 Requires: %{pymod qt5}