fedora package names
This commit is contained in:
parent
919a8454de
commit
c9170202bf
1 changed files with 1 additions and 1 deletions
2
install
2
install
|
@ -69,7 +69,7 @@ class Install(Thread):
|
||||||
import lxml
|
import lxml
|
||||||
except:
|
except:
|
||||||
apt_packages += ' python3.4 python3-pil python-simplejson python3-lxml'
|
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'):
|
if not has_bin('pdftocairo'):
|
||||||
apt_packages += ' poppler-utils'
|
apt_packages += ' poppler-utils'
|
||||||
yum_packages += ' poppler-utils'
|
yum_packages += ' poppler-utils'
|
||||||
|
|
Loading…
Reference in a new issue