From db92640f3c36830a0b31455a66043e84bea562a1 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Tue, 1 Oct 2024 19:07:00 -0700 Subject: [PATCH] names: Don't hard depend on systemd-resolved Fixes: #2453 - It will be installed later. Tests: - Build the Debian package with all the changes and notice that it neither has dependency on resolvconf nor on systemd-resolved. - Version 24.18 can upgrade to this package using unattended-upgrade. For this place the package in a folder repository and add this repository to apt sources.list and tweak unattened-upgrades settings to accept the new repository. Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/modules/names/__init__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plinth/modules/names/__init__.py b/plinth/modules/names/__init__.py index 54597ea17..75f776b92 100644 --- a/plinth/modules/names/__init__.py +++ b/plinth/modules/names/__init__.py @@ -62,8 +62,7 @@ class NamesApp(app_module.App): self.add(menu_item) # 'ip' utility is needed from 'iproute2' package. - packages = Packages('packages-names', - ['systemd-resolved', 'libnss-resolve', 'iproute2']) + packages = Packages('packages-names', ['iproute2']) self.add(packages) domain_type = DomainType('domain-type-static', _('Domain Name'),