From: garciadeblas Date: Fri, 29 Nov 2019 13:17:12 +0000 (+0100) Subject: Fix bug 902 - Added pyangbind dependency when installing osmclient X-Git-Tag: v7.0.0rc1~20 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F8263%2F1;p=osm%2Fdevops.git Fix bug 902 - Added pyangbind dependency when installing osmclient Change-Id: I4954906f715a393a07dc36cfca4d313b87b4f011 Signed-off-by: garciadeblas --- 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