From: garciadeblas Date: Thu, 28 Nov 2019 01:19:59 +0000 (+0100) Subject: full_install_osm.sh: workaround to fix osmclient dependencies with osm-im X-Git-Tag: v7.0.0rc1~21 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=da89ee7ab8a3aa9b20737bb41a3822304ad17712 full_install_osm.sh: workaround to fix osmclient dependencies with osm-im Change-Id: I8a0dcc5f4ef38ad4bc0be340fc33b8d18dda94bf Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 819161a0..c1d6c28b 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -569,7 +569,7 @@ function install_osmclient(){ 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 apt-get install -y python3-osmclient + 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 #echo 'export OSM_SOL005=True' >> ${HOME}/.bashrc