mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
why are we manually creating the venv anyway?
This commit is contained in:
parent
5c2a1dc804
commit
bdd392d5b1
1 changed files with 1 additions and 2 deletions
|
|
@ -98,9 +98,8 @@ parts:
|
|||
# dependencies. See https://github.com/certbot/certbot/pull/8443 for more info.
|
||||
- PIP_CONSTRAINT: $CRAFT_PART_SRC/snap-constraints.txt
|
||||
override-build: |
|
||||
"${CRAFT_PART_INSTALL}/bin/python3" -m venv "${CRAFT_PART_INSTALL}"
|
||||
"${CRAFT_PART_INSTALL}/bin/python3" "${CRAFT_PART_SRC}/tools/pipstrap.py"
|
||||
craftctl default
|
||||
"${CRAFT_PART_INSTALL}/bin/python3" "${CRAFT_PART_SRC}/tools/pipstrap.py"
|
||||
override-pull: |
|
||||
craftctl default
|
||||
grep -v python-augeas "${CRAFT_PART_SRC}/tools/requirements.txt" >> "${CRAFT_PART_SRC}/snap-constraints.txt"
|
||||
|
|
|
|||
Loading…
Reference in a new issue