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}