enable patchelf

This commit is contained in:
Erica Portnoy 2024-07-16 11:43:53 -07:00
parent c2e12c91c9
commit 1aa4ecf063

View file

@ -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"