From 91b85f68ecd44780171782a57eb33258fc3792de Mon Sep 17 00:00:00 2001 From: fonfon Date: Thu, 10 Sep 2015 12:06:07 +0000 Subject: [PATCH] pagekite: Remove redundent augeas dependency - Plinth itself has depedency on augeas-tools and python3-augeas. --- plinth/modules/pagekite/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plinth/modules/pagekite/views.py b/plinth/modules/pagekite/views.py index 2da210301..55b934705 100644 --- a/plinth/modules/pagekite/views.py +++ b/plinth/modules/pagekite/views.py @@ -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'),