mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
clean up snapcraft.yaml
This commit is contained in:
parent
6056dd716c
commit
25eef6c739
1 changed files with 1 additions and 4 deletions
|
|
@ -19,7 +19,6 @@ grade: stable
|
|||
adopt-info: certbot
|
||||
|
||||
environment:
|
||||
#PATH: "$SNAP/usr/sbin:$SNAP/usr/bin:$SNAP/sbin:$SNAP/bin:$SNAP/usr/local/bin:$SNAP/usr/local/sbin:$PATH"
|
||||
PYTHONHOME: "$SNAP"
|
||||
PYTHONPATH: "$SNAP/lib/python3.12/site-packages:$SNAP/usr/lib/python3/dist-packages:$SNAP/usr/lib/python3.12:$SNAP/usr/lib/python3.12/lib-dynload:${PYTHONPATH}"
|
||||
|
||||
|
|
@ -69,9 +68,9 @@ parts:
|
|||
- libpython3.12-stdlib
|
||||
- libpython3.12-minimal
|
||||
- python3-minimal
|
||||
- python3-venv
|
||||
- python3-pkg-resources
|
||||
- python3.12-minimal
|
||||
- python3-venv
|
||||
# To build cryptography and cffi if needed
|
||||
build-packages:
|
||||
- gcc
|
||||
|
|
@ -81,8 +80,6 @@ parts:
|
|||
- libssl-dev
|
||||
- libffi-dev
|
||||
- python3-dev
|
||||
- python3
|
||||
- python3-venv
|
||||
- cargo
|
||||
- pkg-config
|
||||
build-environment:
|
||||
|
|
|
|||
Loading…
Reference in a new issue