mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Try to pin wheel
This commit is contained in:
parent
02b9ad6ad2
commit
d1febabd6b
1 changed files with 1 additions and 0 deletions
|
|
@ -77,6 +77,7 @@ parts:
|
|||
snapcraftctl pull
|
||||
cd $SNAPCRAFT_PART_SRC
|
||||
python3 tools/strip_hashes.py letsencrypt-auto-source/pieces/dependency-requirements.txt | grep -v python-augeas > snap-constraints.txt
|
||||
echo "wheel==0.34.2" >> snap-constraints.txt
|
||||
snapcraftctl set-version `git describe|sed s/^v//`
|
||||
|
||||
wrappers:
|
||||
|
|
|
|||
Loading…
Reference in a new issue