mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
pagekite: Remove redundent augeas dependency
- Plinth itself has depedency on augeas-tools and python3-augeas.
This commit is contained in:
parent
3d87c3eb3b
commit
91b85f68ec
@ -29,7 +29,7 @@ from .forms import ConfigurationForm, StandardServiceForm, \
|
||||
AddCustomServiceForm, DeleteCustomServiceForm
|
||||
|
||||
|
||||
required_packages = ('pagekite', 'augeas-tools', 'python-augeas')
|
||||
required_packages = ('pagekite',)
|
||||
subsubmenu = [{'url': reverse_lazy('pagekite:index'),
|
||||
'text': _('About PageKite')},
|
||||
{'url': reverse_lazy('pagekite:configure'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user