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 <jan@janware.com>
This commit is contained in:
Jan Lindemann 2026-02-18 18:20:30 +01:00
commit 48664724ce

View file

@ -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