letsencrypt: Mark module as non-essential

This avoids making the certbot package a dependency for plinth.
This commit is contained in:
James Valleroy 2016-11-27 20:07:22 -05:00
parent c502769fd0
commit 61ff4190d5
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -29,7 +29,7 @@ from plinth.utils import format_lazy
version = 1
is_essential = True
is_essential = False
depends = ['apps', 'names']