mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Add a comment
This commit is contained in:
parent
4aeda88633
commit
75299aa1ff
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@ parts:
|
|||
build-packages: [gcc, libffi-dev, libssl-dev, git, libaugeas-dev, python3-dev]
|
||||
build-environment:
|
||||
- SNAPCRAFT_PYTHON_VENV_ARGS: --system-site-packages
|
||||
# Constraints are passed through the environment variable PIP_CONSTRAINTS instead of using the
|
||||
# parts.[part_name].constraints available in snapcraft.yaml when Python plugin is used, in order
|
||||
# to let these constraints be applied not only on the certbot package build, but also on any
|
||||
# isolated build that pip could trigger to construct transitively dependant wheels.
|
||||
- PIP_CONSTRAINT: $SNAPCRAFT_PART_SRC/snap-constraints.txt
|
||||
override-pull: |
|
||||
snapcraftctl pull
|
||||
|
|
|
|||
Loading…
Reference in a new issue