diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-02-04 21:58:13 +0100 |
|---|---|---|
| committer | Christian Breunig <christian@breunig.cc> | 2026-02-04 21:58:13 +0100 |
| commit | e8c55c0782b9a5ba22918e6345ef1708e6da9469 (patch) | |
| tree | 0cc7173c2f449321d0e70e5f5fd16c07ae2b973a /debian/control | |
| parent | ad3b7eddb696727c80cbf711f4e0567b38ea922c (diff) | |
| download | vyos-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/control | 1 |
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, |
