summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorSimon Rettberg2024-03-12 11:04:37 +0100
committerSimon Rettberg2024-03-12 11:04:37 +0100
commit4144d7e4e39cdea48bff5f28d2deab4c3eb2c936 (patch)
tree42c8e7deee373b81bcebf0f3b473eba687fc0541 /core
parent[debug-report-bwlp] Simplify script (diff)
downloadmltk-4144d7e4e39cdea48bff5f28d2deab4c3eb2c936.tar.gz
mltk-4144d7e4e39cdea48bff5f28d2deab4c3eb2c936.tar.xz
mltk-4144d7e4e39cdea48bff5f28d2deab4c3eb2c936.zip
[hardware-stats] Needs python3-netifaces
Diffstat (limited to 'core')
-rw-r--r--core/modules/hardware-stats/module.conf.debian3
-rw-r--r--core/modules/hardware-stats/module.conf.ubuntu3
2 files changed, 4 insertions, 2 deletions
diff --git a/core/modules/hardware-stats/module.conf.debian b/core/modules/hardware-stats/module.conf.debian
index 05ce991e..1895684c 100644
--- a/core/modules/hardware-stats/module.conf.debian
+++ b/core/modules/hardware-stats/module.conf.debian
@@ -1,7 +1,8 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
- msr-tools
dmidecode
+ msr-tools
+ python3-netifaces
util-linux
"
diff --git a/core/modules/hardware-stats/module.conf.ubuntu b/core/modules/hardware-stats/module.conf.ubuntu
index 05ce991e..1895684c 100644
--- a/core/modules/hardware-stats/module.conf.ubuntu
+++ b/core/modules/hardware-stats/module.conf.ubuntu
@@ -1,7 +1,8 @@
#!/bin/bash
REQUIRED_INSTALLED_PACKAGES="
- msr-tools
dmidecode
+ msr-tools
+ python3-netifaces
util-linux
"