diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 53643865a..2e4f68c00 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -45,13 +45,13 @@ parts: build-packages: [libaugeas-dev] acme: plugin: python - source: certbot + source: . source-subdir: acme constraints: [$SNAPCRAFT_PART_SRC/constraints.txt] python-version: python3 certbot: plugin: python - source: certbot + source: . source-subdir: certbot constraints: [$SNAPCRAFT_PART_SRC/constraints.txt] python-version: python3 @@ -64,7 +64,7 @@ parts: - -usr/lib/python3.6/sitecustomize.py certbot-apache: plugin: python - source: certbot + source: . source-subdir: certbot-apache constraints: [$SNAPCRAFT_PART_SRC/constraints.txt] python-version: python3 @@ -75,7 +75,7 @@ parts: - -lib/python3.6/site-packages/augeas.py certbot-nginx: plugin: python - source: certbot + source: . source-subdir: certbot-nginx constraints: [$SNAPCRAFT_PART_SRC/constraints.txt] python-version: python3