From 48664724ceaa4367b8f28a247c876f3e91b980a3 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Wed, 18 Feb 2026 18:20:30 +0100 Subject: [PATCH] project.conf: Remove sudo and gawk from run deps sudo is certainly not needed for the run package (which in itself is hardly useful at all), so move that dependency into the devel package. Same for gawk. /opt/jw-pkg/bin/get-os.sh depends on it, but I don't see where else but in a -devel context that would matter. And if it breaks something, it is going to be an easy fix without awk. Signed-off-by: Jan Lindemann --- make/project.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make/project.conf b/make/project.conf index 35ef9cf6..9084d5ef 100644 --- a/make/project.conf +++ b/make/project.conf @@ -18,9 +18,9 @@ libname = none devel = jw-pkg-run = VERSION-REVISION [pkg.requires.os] -run = sudo, bash, gawk +run = bash build = make, xdg-utils, coreutils, inkscape -devel = make +devel = sudo, make, gawk [pkg.requires.centos] run = hostname, python