1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libreerp_ynh.git synced 2024-09-03 19:36:13 +02:00

[fix] Add missing dependencies to be able to import contacts from xls

This commit is contained in:
ljf 2017-01-02 10:37:48 +01:00
parent abff420032
commit cdeb9afbf2

View file

@ -68,7 +68,7 @@ else
ynh_package_install odoo
# Install wkhtmltopdf to print PDF reports
ynh_package_install xfonts-75dpi xfonts-base wkhtmltopdf node-less
ynh_package_install xfonts-75dpi xfonts-base wkhtmltopdf node-less python-xlrd
# The debian package has a bug so we deploy a more recent version
DESTDIR="/tmp/wkhtmltox/"