From 1c1368e0a4a6fbeb858d831b85bcaf4a2d885b1e Mon Sep 17 00:00:00 2001 From: Mauro Carvalho Chehab Date: Wed, 8 Aug 2018 10:17:39 -0300 Subject: [PATCH] Add requirement for python2-pillow Some of zbar's python scripts require python2-pillow, in order to display images. Signed-off-by: Mauro Carvalho Chehab --- zbar.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zbar.spec b/zbar.spec index cf66f71..5e86afe 100644 --- a/zbar.spec +++ b/zbar.spec @@ -60,7 +60,7 @@ scanning widget. %package pygtk Group: Development/Libraries Summary: Bar code reader PyGTK widget -Requires: pygtk2, %{name}-gtk = %{version}-%{release} +Requires: pygtk2, python2-pillow, %{name}-gtk = %{version}-%{release} %description pygtk This package contains a bar code scanning widget for use in GUI