how was this previously working without git installed? install git.

This commit is contained in:
Erica Portnoy 2020-06-15 17:55:53 -07:00
parent c77874cb32
commit 3ba1abb0dc

View file

@ -69,7 +69,7 @@ parts:
- libaugeas0
- python3-venv
# To build cryptography and cffi if needed
build-packages: [libffi-dev, libssl-dev]
build-packages: [libffi-dev, libssl-dev, git]
override-pull: |
snapcraftctl pull
snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC/certbot && git describe|sed s/^v//`