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
This commit is contained in:
Tomáš Chvátal 2018-06-25 11:10:57 +00:00 committed by Git OBS Bridge
parent cee097664e
commit c4031588c8
2 changed files with 6 additions and 0 deletions

View File

@ -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 Fri Jun 1 15:18:19 UTC 2018 - mwilck@suse.com

View File

@ -167,6 +167,7 @@ Requires: foomatic-filters
# to get "all the HPLIP stuff" installed has the RPM requirement: # to get "all the HPLIP stuff" installed has the RPM requirement:
Requires: %{pymod %gobject} Requires: %{pymod %gobject}
Requires: ghostscript Requires: ghostscript
Requires: %{pymod Pillow}
%if %use_qt5 %if %use_qt5
Requires: %{pymod qt5} Requires: %{pymod qt5}