Remove dependencies no longer needed by pycurl
[osm/osmclient.git] / snap / snapcraft.yaml
index 59f4f8d..0c2aa94 100644 (file)
@@ -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)