mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
enable patchelf
This commit is contained in:
parent
c2e12c91c9
commit
1aa4ecf063
1 changed files with 2 additions and 0 deletions
|
|
@ -92,6 +92,8 @@ parts:
|
|||
# build, but also on any isolated build that pip could trigger when building wheels for
|
||||
# dependencies. See https://github.com/certbot/certbot/pull/8443 for more info.
|
||||
- PIP_CONSTRAINT: $SNAPCRAFT_PART_SRC/snap-constraints.txt
|
||||
build-attributes:
|
||||
- enable-patchelf
|
||||
override-build: |
|
||||
python3 -m venv "${SNAPCRAFT_PART_INSTALL}"
|
||||
"${SNAPCRAFT_PART_INSTALL}/bin/python3" "${SNAPCRAFT_PART_SRC}/tools/pipstrap.py"
|
||||
|
|
|
|||
Loading…
Reference in a new issue