diff options
Diffstat (limited to 'internal/rosa/package/iproute2.az')
| -rw-r--r-- | internal/rosa/package/iproute2.az | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/internal/rosa/package/iproute2.az b/internal/rosa/package/iproute2.az index 2a31fc4b..0730e9b3 100644 --- a/internal/rosa/package/iproute2.az +++ b/internal/rosa/package/iproute2.az @@ -33,23 +33,18 @@ package iproute2 { check = nil; }; - inputs = [ + tools = [ pkgconf, m4, byacc, flex, - - libbpf, - libmnl, - db, - libcap, - kernel-headers, ]; - runtime = [ + inputs = [ libbpf, libmnl, db, libcap, + kernel-headers, ]; } |
