From c9170202bf76b860f24c0d1a96ba727f4fb620de Mon Sep 17 00:00:00 2001 From: j Date: Thu, 26 Feb 2015 16:21:37 +0530 Subject: [PATCH] fedora package names --- install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install b/install index 9afe094..e44361d 100755 --- a/install +++ b/install @@ -69,7 +69,7 @@ class Install(Thread): import lxml except: apt_packages += ' python3.4 python3-pil python-simplejson python3-lxml' - yum_packages += ' python3-imaging python3-simplejson python3-lxml' + yum_packages += ' python3-pil python3-simplejson python3-lxml' if not has_bin('pdftocairo'): apt_packages += ' poppler-utils' yum_packages += ' poppler-utils'