mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
looks like we need python3-dev to build things
This commit is contained in:
parent
abc86e8c38
commit
d918e91561
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ parts:
|
|||
- python3-pkg-resources
|
||||
- python3.8-minimal
|
||||
# To build cryptography and cffi if needed
|
||||
build-packages: [libffi-dev, libssl-dev, git, libaugeas-dev]
|
||||
build-packages: [libffi-dev, libssl-dev, git, libaugeas-dev, python3-dev]
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
snapcraftctl set-version `cd $SNAPCRAFT_PART_SRC/certbot && git describe|sed s/^v//`
|
||||
|
|
|
|||
Loading…
Reference in a new issue