From cda2bfd050a0480af4def504232239faaff30bbf Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 12 Dec 2020 17:26:38 +0100 Subject: [PATCH 1/2] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 6662b74..acf2b90 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 From a74d0c14816e026be7409e3910442f8dfc8b0003 Mon Sep 17 00:00:00 2001 From: Jens Diemer Date: Sat, 12 Dec 2020 18:46:07 +0100 Subject: [PATCH 2/2] Update _common.sh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index acf2b90..1797990 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -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 -} \ No newline at end of file +}