mirror of
https://github.com/YunoHost-Apps/pyinventory_ynh.git
synced 2024-09-03 20:16:09 +02:00
Update _common.sh
This commit is contained in:
parent
cda2bfd050
commit
a74d0c1481
1 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ log_file="${log_path}/pyinventory.log"
|
|||
#=================================================
|
||||
|
||||
# dependencies used by the app
|
||||
pkg_dependencies="build-essential python3-dev python3-pip python3-venv python3-virtualenv git \
|
||||
pkg_dependencies="build-essential python3-dev python3-pip python3-venv git \
|
||||
postgresql postgresql-contrib python3-ldap libldap2-dev libsasl2-dev"
|
||||
|
||||
# PyInventory's version for PIP and settings file
|
||||
|
@ -88,4 +88,4 @@ ynh_exec_as() {
|
|||
else
|
||||
sudo -u "$USER" "$@"
|
||||
fi
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue