mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 10:54:47 +00:00
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>
This commit is contained in:
parent
e58496183e
commit
cc38347778
@ -6,7 +6,7 @@ pkgrel=0
|
|||||||
pkgdesc="FRRouting is a fork of quagga"
|
pkgdesc="FRRouting is a fork of quagga"
|
||||||
url="https://frrouting.org/"
|
url="https://frrouting.org/"
|
||||||
license="GPL-2.0"
|
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
|
makedepends="ncurses-dev net-snmp-dev gawk texinfo perl
|
||||||
acct autoconf automake bash binutils bison bsd-compat-headers build-base
|
acct autoconf automake bash binutils bison bsd-compat-headers build-base
|
||||||
c-ares c-ares-dev ca-certificates cryptsetup-libs curl device-mapper-libs
|
c-ares c-ares-dev ca-certificates cryptsetup-libs curl device-mapper-libs
|
||||||
|
Loading…
Reference in New Issue
Block a user