summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2026-02-05 07:39:56 +0200
committerGitHub <noreply@github.com>2026-02-05 07:39:56 +0200
commita3481811a34ad3d0c23d068e3ea1d070fda43f57 (patch)
tree0cc7173c2f449321d0e70e5f5fd16c07ae2b973a
parentad3b7eddb696727c80cbf711f4e0567b38ea922c (diff)
parente8c55c0782b9a5ba22918e6345ef1708e6da9469 (diff)
downloadvyos-1x-a3481811a34ad3d0c23d068e3ea1d070fda43f57.tar.gz
vyos-1x-a3481811a34ad3d0c23d068e3ea1d070fda43f57.zip
Merge pull request #4970 from c-po/t8237-missing-dependency
Debian: T8237: add missing dependency on python3-systemd
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 561e6e151..d69458017 100644
--- a/debian/control
+++ b/debian/control
@@ -92,6 +92,7 @@ Depends:
python3-pystache,
python3-pyudev,
python3-six,
+ python3-systemd,
python3-tabulate,
python3-tomli,
python3-voluptuous,