diff --git a/certbot-dns-dnsimple/snap/snapcraft.yaml b/certbot-dns-dnsimple/snap/snapcraft.yaml index 5edcd6925..d95f749d7 100644 --- a/certbot-dns-dnsimple/snap/snapcraft.yaml +++ b/certbot-dns-dnsimple/snap/snapcraft.yaml @@ -13,6 +13,7 @@ parts: constraints: [$SNAPCRAFT_PART_SRC/snap-constraints.txt] override-pull: | snapcraftctl pull + mkdir $SNAPCRAFT_PART_SRC/certbot-exec snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"` build-environment: - EXCLUDE_CERTBOT_DEPS: "True" @@ -20,6 +21,10 @@ parts: plugin: dump source: . stage: [setup.py] + shared: + plugin: dump + source: . + stage: [certbot-exec] slots: certbot: