mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 07:12:54 -04:00
Set EXCLUDE_CERTBOT_DEPS in certbot-dns-dnsimple/snap/snapcraft.yaml
This commit is contained in:
parent
20aa4212ce
commit
51c9df879d
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,8 @@ parts:
|
|||
override-pull: |
|
||||
snapcraftctl pull
|
||||
snapcraftctl set-version `grep ^version $SNAPCRAFT_PART_SRC/setup.py | cut -f2 -d= | tr -d "'[:space:]"`
|
||||
build-environment:
|
||||
- EXCLUDE_CERTBOT_DEPS: "True"
|
||||
|
||||
slots:
|
||||
certbot:
|
||||
|
|
|
|||
Loading…
Reference in a new issue