Updates the snapcraft build file to remove libraries that are no
longer needed to publish osmclient
Change-Id: Idedea41c51b96c815acc5e1e886bade8a2e2b8b3
Signed-off-by: Mark Beierl <mark.beierl@canonical.com>
- 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)