mirror of
ssh://git.janware.com/janware/proj/jw-pkg
synced 2026-04-24 17:23:36 +02:00
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:
parent
3ad021f071
commit
48664724ce
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue