Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/snap
diff options
context:
space:
mode:
authorohemorange <ebportnoy@gmail.com>2021-03-24 20:29:12 +0300
committerGitHub <noreply@github.com>2021-03-24 20:29:12 +0300
commitf90e93134c94aeef0ffad19bd66752a865201d96 (patch)
treef72d230bb2fdcaaec97947818890d2cd03baecc7 /snap
parentd3b74f41e0cbfd603d69f722c3cd99f973e05a2a (diff)
Upgrade cryptography to 3.4.6 (#8730)
* Upgrade cryptography to 3.4.6 * Fix comment with instructions for how to use hashin * run tools/rebuild_certbot_constraints.py * add deps for building cryptography in snaps * Update cryptography build dependencies for docker * Update sources for test farm tests * Remove rust if it's installed for test farm tests * source bootstrap script and call sudo as needed
Diffstat (limited to 'snap')
-rw-r--r--snap/snapcraft.yaml10
1 files changed, 9 insertions, 1 deletions
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
index d53fba88b..ccaafd93b 100644
--- a/snap/snapcraft.yaml
+++ b/snap/snapcraft.yaml
@@ -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