aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/kmod.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-03-13 12:39:36 +0900
committerOphestra <cat@gensokyo.uk>2026-03-13 13:23:30 +0900
commitb3f0360a05230dde609eb0e3fabf3a5d92792f94 (patch)
treeeafdfd1b13b9de94e2d9c9bf6f19329949eb85d8 /internal/rosa/kmod.go
parent89389940363143dd32dfa9920eb34850de541472 (diff)
internal/rosa: populate runtime dependencies
This also removes manually resolved indirect dependencies. Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/kmod.go')
-rw-r--r--internal/rosa/kmod.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/rosa/kmod.go b/internal/rosa/kmod.go
index 0b416210..61346abe 100644
--- a/internal/rosa/kmod.go
+++ b/internal/rosa/kmod.go
@@ -39,6 +39,12 @@ func init() {
Description: "a set of tools to handle common tasks with Linux kernel modules",
Website: "https://git.kernel.org/pub/scm/utils/kernel/kmod/kmod.git",
+ Dependencies: P{
+ Zlib,
+ Zstd,
+ OpenSSL,
+ },
+
ID: 1517,
}
}