mirror of
https://github.com/certbot/certbot.git
synced 2026-06-09 00:32:12 -04:00
combining into one part works! just make sure to unpin python-augeas when generating snap-constraints.txt
This commit is contained in:
parent
bdeec26a92
commit
7929c5b959
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ parts:
|
|||
stage:
|
||||
- -usr/lib/python3.8/sitecustomize.py # maybe unnecessary
|
||||
# Prefer cffi
|
||||
- -lib/python3.8/site-packages/augeas.py # maybe unnecessary
|
||||
- -lib/python3.8/site-packages/augeas.py
|
||||
stage-packages:
|
||||
- libaugeas0
|
||||
# added to stage python:
|
||||
|
|
|
|||
Loading…
Reference in a new issue