Skip to content
Snippets Groups Projects
Commit 1c097b2e authored by garciadeblas's avatar garciadeblas
Browse files

Fix bug 902 - Added pyangbind dependency when installing osmclient


Change-Id: I4954906f715a393a07dc36cfca4d313b87b4f011
Signed-off-by: default avatargarciadeblas <gerardo.garciadeblas@telefonica.com>
parent da89ee7a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment