diff options
author | Christian Breunig <christian@breunig.cc> | 2023-12-17 08:33:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-17 08:33:19 +0100 |
commit | 258a6c620694e29d8e28b29f91a00eaa0bbb330f (patch) | |
tree | 8ad491e1cc673fbaa955ba2ae3b0eb0135aa1d88 | |
parent | 5a1b53264680cf822d8423a96749a4dfe70f7e17 (diff) | |
parent | 6b667ce342d5b1e68400b17294beaf16f12de643 (diff) | |
download | vyatta-cfg-system-258a6c620694e29d8e28b29f91a00eaa0bbb330f.tar.gz vyatta-cfg-system-258a6c620694e29d8e28b29f91a00eaa0bbb330f.zip |
Merge pull request #218 from vyos/mergify/bp/sagitta/pr-217
T5826: debian: add dmidecode as an explict depdency (backport #217)
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index e94e4084..35263826 100644 --- a/debian/control +++ b/debian/control @@ -46,7 +46,8 @@ Depends: adduser, grub-efi-arm64-bin [arm64], dosfstools, gdisk, - vyatta-biosdevname + vyatta-biosdevname, + dmidecode Pre-Depends: bash-completion Suggests: util-linux (>= 2.13-5), net-tools, |