diff options
author | Wesley Coakley <wcoakley@nvidia.com> | 2020-10-22 08:57:38 +0200 |
---|---|---|
committer | Wesley Coakley <wcoakley@nvidia.com> | 2020-10-22 09:03:53 +0200 |
commit | cc3834777823e7406a712fd1add4f1119df58acb (patch) | |
tree | 1c9745328e462ea420db4a6b3594e67c091a7f83 /alpine | |
parent | Merge pull request #7360 from donaldsharp/eigrp_printing (diff) | |
download | frr-cc3834777823e7406a712fd1add4f1119df58acb.tar.xz frr-cc3834777823e7406a712fd1add4f1119df58acb.zip |
alpine: Remove old docker deps for alpine
Remove py-ipaddr and ipsec-tools as deps in the Alpine build container,
as these were both Python 2 libraries and are not used here anymore
`ipsec-tools` is also no longer available in Alpine's test repos and was
causing breakage on this builder
Signed-off-by: Wesley Coakley <wcoakley@nvidia.com>
Diffstat (limited to 'alpine')
-rw-r--r-- | alpine/APKBUILD.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine/APKBUILD.in b/alpine/APKBUILD.in index 43a77832a..d6c6c5f0a 100644 --- a/alpine/APKBUILD.in +++ b/alpine/APKBUILD.in @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="FRRouting is a fork of quagga" url="https://frrouting.org/" license="GPL-2.0" -depends="json-c c-ares ipsec-tools iproute2 python3 py-ipaddr bash" +depends="json-c c-ares iproute2 python3 bash" makedepends="ncurses-dev net-snmp-dev gawk texinfo perl acct autoconf automake bash binutils bison bsd-compat-headers build-base c-ares c-ares-dev ca-certificates cryptsetup-libs curl device-mapper-libs |