pagekite: Remove redundent augeas dependency

- Plinth itself has depedency on augeas-tools and python3-augeas.
This commit is contained in:
fonfon 2015-09-10 12:06:07 +00:00 committed by Sunil Mohan Adapa
parent 3d87c3eb3b
commit 91b85f68ec

View File

@ -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'),