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
667a4f967e
commit
cda2bfd050
1 changed files with 1 additions and 1 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-virtualenv git \
|
||||
pkg_dependencies="build-essential python3-dev python3-pip python3-venv python3-virtualenv git \
|
||||
postgresql postgresql-contrib python3-ldap libldap2-dev libsasl2-dev"
|
||||
|
||||
# PyInventory's version for PIP and settings file
|
||||
|
|
Loading…
Reference in a new issue