From a995489d59d62f5255fcf00caf1a7ad29d0bcacc Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Wed, 22 Jan 2020 16:05:05 +0100 Subject: [PATCH] Fix osmclient dependencies in installer Change-Id: Id52d943df6dda29817e75881369dba3a0f1dc065 Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1