From: Mark Beierl Date: Fri, 23 Jun 2023 15:48:32 +0000 (-0400) Subject: Remove dependencies no longer needed by pycurl X-Git-Tag: release-v14.0-start~4 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=0e2d832d6e4099b7d2f868f9ee5a782b5fca2a56;p=osm%2Fosmclient.git Remove dependencies no longer needed by pycurl Updates the snapcraft build file to remove libraries that are no longer needed to publish osmclient Change-Id: Idedea41c51b96c815acc5e1e886bade8a2e2b8b3 Signed-off-by: Mark Beierl --- diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 59f4f8d..0c2aa94 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -53,19 +53,9 @@ parts: - PIP_COMPILE: "false" # disable .pyc generation in pip - PYTHONDONTWRITEBYTECODE: "false" # disable .pyc generation by setup.py build-packages: - - gcc - - git - - make - wget - - libcurl4-openssl-dev - - libssl-dev - - python3-distutils - - python3-dev - - python3-pip - - python3-pycurl stage-packages: - libmagic1 - - libcurl4-openssl-dev - python3 override-build: | VERSION=$(git describe --match v* --tags --long --dirty)