fedora package names

This commit is contained in:
j 2015-02-26 16:21:37 +05:30
parent 919a8454de
commit c9170202bf
1 changed files with 1 additions and 1 deletions

View File

@ -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'