mirror of
https://github.com/YunoHost-Apps/libreerp_ynh.git
synced 2024-09-03 19:36:13 +02:00
[fix] Missing pip3
This commit is contained in:
parent
4723c5c67a
commit
e011185b96
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ function install_dependencies() {
|
||||||
fi
|
fi
|
||||||
apt-get update
|
apt-get update
|
||||||
|
|
||||||
ynh_install_app_dependencies curl postgresql odoo xfonts-75dpi xfonts-base wkhtmltopdf node-less python-xlrd python3-dev gcc libldap2-dev libssl-dev libsasl2-dev
|
ynh_install_app_dependencies curl postgresql odoo xfonts-75dpi xfonts-base wkhtmltopdf node-less python-xlrd python3-dev gcc libldap2-dev libssl-dev libsasl2-dev python3-pip
|
||||||
pip3 install pyldap
|
pip3 install pyldap
|
||||||
|
|
||||||
if ! wkhtmltopdf --version | grep "wkhtmltopdf 0.12.4 (with patched qt)"; then
|
if ! wkhtmltopdf --version | grep "wkhtmltopdf 0.12.4 (with patched qt)"; then
|
||||||
|
|
Loading…
Reference in a new issue