diff --git a/plinth/modules/coturn/__init__.py b/plinth/modules/coturn/__init__.py index a3c424191..d3b549d52 100644 --- a/plinth/modules/coturn/__init__.py +++ b/plinth/modules/coturn/__init__.py @@ -59,7 +59,9 @@ class CoturnApp(app_module.App): parent_url_name='apps') self.add(menu_item) - packages = Packages('packages-coturn', ['coturn']) + # Include sqlite3 to prevent removal of coturn from removal of + # roundcube. + packages = Packages('packages-coturn', ['coturn', 'sqlite3']) self.add(packages) firewall = Firewall('firewall-coturn', info.name,