From e1a8f3f05b36399325828c2c78f7dbb3c4eb1407 Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Mon, 15 Jun 2020 18:05:14 -0700 Subject: [PATCH] maybe wheel will install first if I change it to -e --- snap/snapcraft.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index ff9644e58..183b9cab1 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -57,10 +57,10 @@ parts: constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt] python-packages: - wheel - - ./acme - - ./certbot - - ./certbot-apache - - ./certbot-nginx + - -e acme + - -e certbot + - -e certbot-apache + - -e certbot-nginx stage: - -usr/lib/python3.8/sitecustomize.py # maybe unnecessary # Prefer cffi @@ -69,7 +69,7 @@ parts: - libaugeas0 - python3-venv # To build cryptography and cffi if needed - build-packages: [libffi-dev, libssl-dev, git, python3-wheel] + build-packages: [libffi-dev, libssl-dev, git] override-pull: | snapcraftctl pull snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC/certbot && git describe|sed s/^v//`