diff options
author | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-13 09:21:53 +0100 |
---|---|---|
committer | sarthurdev <965089+sarthurdev@users.noreply.github.com> | 2023-02-13 18:20:12 +0100 |
commit | 9e32eb7374441f6d521d3a22f128ab8ee8945abf (patch) | |
tree | 8e58ea7d9dab7b526b20e6992f80181bf9e2914c | |
parent | 06ce53e7ea7df5f8953902e28a4679650b65455a (diff) | |
download | vyos-1x-9e32eb7374441f6d521d3a22f128ab8ee8945abf.tar.gz vyos-1x-9e32eb7374441f6d521d3a22f128ab8ee8945abf.zip |
debian: T5003: Build tests require iproute2
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index f311abd42..19f98b799 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: fakeroot, gcc-multilib [amd64], clang [amd64], + iproute2, llvm [amd64], libbpf-dev [amd64], libelf-dev (>= 0.2) [amd64], |