mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Working build
This commit is contained in:
parent
6bf614e6be
commit
653feba216
1 changed files with 1 additions and 1 deletions
|
|
@ -63,6 +63,7 @@ parts:
|
|||
- libpython3-stdlib
|
||||
- libpython3.8-stdlib
|
||||
- libpython3.8-minimal
|
||||
- libpython3.8-dev
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- python3-wheel
|
||||
|
|
@ -79,7 +80,6 @@ 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