diff options
author | Daniil Baturin <daniil@vyos.io> | 2023-12-14 15:07:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-14 15:07:48 +0000 |
commit | b225192d74d1080689d3d725079e77de3ff2a742 (patch) | |
tree | f00d50dcf127bd1185c589db5090cb1cee17f23b | |
parent | 2ab8b3259481a4d3fb988e87d83c5c14b51e2fbb (diff) | |
parent | 9270c3970276c8914aa5318ec636cc90ee79ecc6 (diff) | |
download | vyos-1x-b225192d74d1080689d3d725079e77de3ff2a742.tar.gz vyos-1x-b225192d74d1080689d3d725079e77de3ff2a742.zip |
Merge pull request #2632 from vyos/mergify/bp/sagitta/pr-2631
T5826: ensure dmidecode is installed as a dependency of vyos-1x (backport #2631)
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 362f11009..3f1ba1a63 100644 --- a/debian/control +++ b/debian/control @@ -49,6 +49,7 @@ Depends: curl, dbus, ddclient (>= 3.11.1), + dmidecode, dropbear, easy-rsa, etherwake, |