mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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
|
AddCustomServiceForm, DeleteCustomServiceForm
|
||||||
|
|
||||||
|
|
||||||
required_packages = ('pagekite', 'augeas-tools', 'python-augeas')
|
required_packages = ('pagekite',)
|
||||||
subsubmenu = [{'url': reverse_lazy('pagekite:index'),
|
subsubmenu = [{'url': reverse_lazy('pagekite:index'),
|
||||||
'text': _('About PageKite')},
|
'text': _('About PageKite')},
|
||||||
{'url': reverse_lazy('pagekite:configure'),
|
{'url': reverse_lazy('pagekite:configure'),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user