From 9270c3970276c8914aa5318ec636cc90ee79ecc6 Mon Sep 17 00:00:00 2001 From: Mathew McBride Date: Tue, 12 Dec 2023 04:48:37 +0000 Subject: T5826: ensure dmidecode is installed as a dependency of vyos-1x dmicode is used in the "show hardware dmi" and to derive synthetic MAC addresses (see python/vyos/ifconfig/interface.py). On non-x86 platforms like arm64 it may not be pulled in explictly by other packages (like libparted2) so add it as an explicit dependency. (cherry picked from commit 46c929a99b7d507451d8385b315ae7ef9e7cbed5) --- debian/control | 1 + 1 file changed, 1 insertion(+) (limited to 'debian/control') 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, -- cgit v1.2.3