mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 15:22:38 -04:00
Fix pipstrap constraints in snap build
This commit is contained in:
parent
09ec53ccf2
commit
4aeda88633
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,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
|
||||
python3 tools/strip_hashes.py tools/pipstrap_requirements.txt >> snap-constraints.txt
|
||||
python3 tools/strip_hashes.py tools/pipstrap_constraints.txt >> snap-constraints.txt
|
||||
echo "$(python3 tools/merge_requirements.py snap-constraints.txt)" > snap-constraints.txt
|
||||
snapcraftctl set-version `grep -oP "__version__ = '\K.*(?=')" $SNAPCRAFT_PART_SRC/certbot/certbot/__init__.py`
|
||||
shared-metadata:
|
||||
|
|
|
|||
Loading…
Reference in a new issue