mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 08:42:57 -04:00
how was this previously working without git installed? install git.
This commit is contained in:
parent
c77874cb32
commit
3ba1abb0dc
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ parts:
|
|||
- libaugeas0
|
||||
- python3-venv
|
||||
# To build cryptography and cffi if needed
|
||||
build-packages: [libffi-dev, libssl-dev]
|
||||
build-packages: [libffi-dev, libssl-dev, git]
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC/certbot && git describe|sed s/^v//`
|
||||
|
|
|
|||
Loading…
Reference in a new issue