mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
letsencrypt: Mark module as non-essential
This avoids making the certbot package a dependency for plinth.
This commit is contained in:
parent
c502769fd0
commit
61ff4190d5
@ -29,7 +29,7 @@ from plinth.utils import format_lazy
|
||||
|
||||
version = 1
|
||||
|
||||
is_essential = True
|
||||
is_essential = False
|
||||
|
||||
depends = ['apps', 'names']
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user