mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 22:33:00 -04:00
add deps for building cryptography in snaps
This commit is contained in:
parent
921e257467
commit
e970c511a1
2 changed files with 18 additions and 2 deletions
|
|
@ -70,7 +70,15 @@ parts:
|
|||
- python3-pkg-resources
|
||||
- python3.8-minimal
|
||||
# To build cryptography and cffi if needed
|
||||
build-packages: [gcc, libffi-dev, libssl-dev, git, libaugeas-dev, python3-dev]
|
||||
build-packages:
|
||||
- gcc
|
||||
- git
|
||||
- libaugeas-dev
|
||||
- build-essential
|
||||
- libssl-dev
|
||||
- libffi-dev
|
||||
- python3-dev
|
||||
- cargo
|
||||
build-environment:
|
||||
- SNAPCRAFT_PYTHON_VENV_ARGS: --upgrade
|
||||
# Constraints are passed through the environment variable PIP_CONSTRAINTS instead of using the
|
||||
|
|
|
|||
|
|
@ -35,7 +35,15 @@ parts:
|
|||
- PIP_CONSTRAINT: \$SNAPCRAFT_PART_SRC/snap-constraints.txt
|
||||
- SNAP_BUILD: "True"
|
||||
# To build cryptography and cffi if needed
|
||||
build-packages: [gcc, libffi-dev, libssl-dev, python3-dev]
|
||||
build-packages:
|
||||
- gcc
|
||||
- git
|
||||
- libaugeas-dev
|
||||
- build-essential
|
||||
- libssl-dev
|
||||
- libffi-dev
|
||||
- python3-dev
|
||||
- cargo
|
||||
certbot-metadata:
|
||||
plugin: dump
|
||||
source: .
|
||||
|
|
|
|||
Loading…
Reference in a new issue