From 3ba1abb0dc473fda67721b5f02a84fd57f2dc8a7 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 15 Jun 2020 17:55:53 -0700 Subject: [PATCH] how was this previously working without git installed? install git. --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 83eba4fed..23e96f8b7 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -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//`