From 1c097b2e3eebb7f336c4054e7d6aa7ed12c289c9 Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 29 Nov 2019 14:17:12 +0100 Subject: [PATCH] Fix bug 902 - Added pyangbind dependency when installing osmclient Change-Id: I4954906f715a393a07dc36cfca4d313b87b4f011 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 c1d6c28b..58b930e4 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -568,7 +568,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 + sudo -H LC_ALL=C python3 -m pip install -U python-magic pyangbind 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