summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2026-02-04 21:58:13 +0100
committerChristian Breunig <christian@breunig.cc>2026-02-04 21:58:13 +0100
commite8c55c0782b9a5ba22918e6345ef1708e6da9469 (patch)
tree0cc7173c2f449321d0e70e5f5fd16c07ae2b973a /debian/control
parentad3b7eddb696727c80cbf711f4e0567b38ea922c (diff)
downloadvyos-1x-e8c55c0782b9a5ba22918e6345ef1708e6da9469.tar.gz
vyos-1x-e8c55c0782b9a5ba22918e6345ef1708e6da9469.zip
Debian: T8237: add missing dependency on python3-systemd
Previously we have had an implicit dependency on python3-systemd by salt-minion. As several code paths rely on python3-systemd we need to add an explicit dependency.
Diffstat (limited to 'debian/control')
-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,