From: garciadeblas Date: Fri, 23 Jun 2023 12:07:58 +0000 (+0200) Subject: Remove specific installation of some pip packages during install_osmclient X-Git-Tag: release-v14.0-start~9 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=baa34d8905b98c39755e8c11b309c067988355af Remove specific installation of some pip packages during install_osmclient Change-Id: I313ffd8856d3ee397b8423d64e93d522760341bd Signed-off-by: garciadeblas --- diff --git a/installers/full_install_osm.sh b/installers/full_install_osm.sh index 678d9694..f99e5139 100755 --- a/installers/full_install_osm.sh +++ b/installers/full_install_osm.sh @@ -183,7 +183,6 @@ function install_osmclient(){ sudo apt-get -y update sudo DEBIAN_FRONTEND=noninteractive 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 verboselogs sudo DEBIAN_FRONTEND=noninteractive apt-get install -y python3-osm-im python3-osmclient if [ -f /usr/lib/python3/dist-packages/osm_im/requirements.txt ]; then python3 -m pip install -r /usr/lib/python3/dist-packages/osm_im/requirements.txt