mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
unpin augeas
This commit is contained in:
parent
dbbc2f78ff
commit
31e00df333
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ parts:
|
|||
override-pull: |
|
||||
snapcraftctl pull
|
||||
cd $SNAPCRAFT_PART_SRC
|
||||
python3 tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt > snap-constraints.txt
|
||||
python3 tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt | grep -v python-augeas > snap-constraints.txt
|
||||
snapcraftctl set-version `git describe|sed s/^v//`
|
||||
wrappers:
|
||||
plugin: dump
|
||||
|
|
|
|||
Loading…
Reference in a new issue