From a22be8cf651efd3f33071a539d2422cc67eea953 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Tue, 16 Jun 2020 17:31:50 -0700 Subject: [PATCH] still need libaugeas-dev --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 78b3d82e7..41c80cfd2 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -63,7 +63,7 @@ parts: - python3-pkg-resources - python3.8-minimal # To build cryptography and cffi if needed - build-packages: [libffi-dev, libssl-dev, git] + build-packages: [libffi-dev, libssl-dev, git, libaugeas-dev] override-pull: | snapcraftctl pull snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC/certbot && git describe|sed s/^v//`