From e7457790b60675c1328fd7fac5c44859fb89f2e2 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 14 Dec 2020 08:54:52 -0500 Subject: Ignore opkbuild as a dependency Packages are being updated to depend on the Section field support in opkbuild (>= 4.2.0). --- 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; -- cgit v0.9.1