From d918e9156199dd986eaf3790c1a95072996aa75e Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Wed, 17 Jun 2020 12:42:19 -0700 Subject: [PATCH] looks like we need python3-dev to build things --- snap/snapcraft.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index c3af77e49..515a6f688 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -66,7 +66,7 @@ parts: - python3-pkg-resources - python3.8-minimal # To build cryptography and cffi if needed - build-packages: [libffi-dev, libssl-dev, git, libaugeas-dev] + build-packages: [libffi-dev, libssl-dev, git, libaugeas-dev, python3-dev] override-pull: | snapcraftctl pull snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC/certbot && git describe|sed s/^v//`