diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-14 08:54:52 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-14 08:54:52 (EST) |
commit | e7457790b60675c1328fd7fac5c44859fb89f2e2 (patch) | |
tree | a2a46eae59bc55b0ff6e0556fb7bd1ba57b38369 | |
parent | 1b49af3f30737f45296186b947c7567725308875 (diff) |
Ignore opkbuild as a dependency
Packages are being updated to depend on the Section field support in
opkbuild (>= 4.2.0).
-rwxr-xr-x | bin/depsdot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/depsdot b/bin/depsdot index 756c910..9fdc7b8 100755 --- a/bin/depsdot +++ b/bin/depsdot @@ -18,7 +18,7 @@ use POSIX qw(strftime); my $SOURCE_URL = 'http://git.proteanos.com/depsdot/depsdot.git/'; my $BASE_URL = 'http://files.proteanos.com/pub/proteanos/feeds/dev/trunk'; my @DEP_FIELDS = qw(Build-Depends Depends Recommends Suggests Pre-Depends); -my @IGNORE_DEPS = qw(libc.6); +my @IGNORE_DEPS = qw(libc.6 opkbuild); my @src_pkgs; my %bin_src_map; |