From baa34d8905b98c39755e8c11b309c067988355af Mon Sep 17 00:00:00 2001 From: garciadeblas Date: Fri, 23 Jun 2023 14:07:58 +0200 Subject: [PATCH] Remove specific installation of some pip packages during install_osmclient Change-Id: I313ffd8856d3ee397b8423d64e93d522760341bd Signed-off-by: garciadeblas --- installers/full_install_osm.sh | 1 - 1 file changed, 1 deletion(-) 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 -- 2.25.1