From: garciadeblas Date: Wed, 22 Jan 2020 15:05:05 +0000 (+0100) Subject: Fix osmclient dependencies in installer X-Git-Tag: v7.0.1~1^2~5 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=a995489d59d62f5255fcf00caf1a7ad29d0bcacc;p=osm%2Fdevops.git Fix osmclient dependencies in installer Change-Id: Id52d943df6dda29817e75881369dba3a0f1dc065 Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 14cd58b2..ec682389 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -588,7 +588,7 @@ function install_osmclient(){ sudo apt-get update sudo apt-get install -y python3-pip sudo -H LC_ALL=C python3 -m pip install -U pip - sudo -H LC_ALL=C python3 -m pip install -U python-magic pyangbind + sudo -H LC_ALL=C python3 -m pip install -U python-magic pyangbind verboselogs sudo apt-get install -y python3-osm-im python3-osmclient #sed 's,OSM_SOL005=[^$]*,OSM_SOL005=True,' -i ${HOME}/.bashrc #echo 'export OSM_HOSTNAME=localhost' >> ${HOME}/.bashrc