diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-31 12:27:31 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2018-07-31 12:32:24 +0000 |
commit | 53496e7ce2dc6668247ee704c5a8f0780f21fbaa (patch) | |
tree | 2e704f5cae00681cfaf82dbf7a4cc5a9c48fb98b /testing/frr | |
parent | d2ca939b7f712c6c0986669e9a132126b96ea375 (diff) | |
download | aports-53496e7ce2dc6668247ee704c5a8f0780f21fbaa.tar.bz2 aports-53496e7ce2dc6668247ee704c5a8f0780f21fbaa.tar.xz |
testing/frr: improve dependencies
Diffstat (limited to 'testing/frr')
-rw-r--r-- | testing/frr/APKBUILD | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/testing/frr/APKBUILD b/testing/frr/APKBUILD index 041ec01a2a..850008f80e 100644 --- a/testing/frr/APKBUILD +++ b/testing/frr/APKBUILD @@ -8,14 +8,18 @@ pkggroups="frr" url="https://frrouting.org/" arch="x86_64" license="GPL-2.0-only and LGPL-2.1-only" -depends="json-c c-ares iproute2 python2 py-ipaddr bash" -makedepends="ncurses-dev net-snmp-dev gawk texinfo perl - acct autoconf automake bash bison bsd-compat-headers - c-ares-dev cryptsetup-libs device-mapper-libs flex - json-c-dev kmod lddtree libacl libblkid libburn libedit - libisoburn libisofs libltdl libtool libuuid linux-headers lzo m4 mkinitfs - mtools pcre perl python2-dev readline-dev - squashfs-tools texinfo xorriso py-sphinx" +depends="iproute2 python2 py2-ipaddr bash" +makedepends="autoconf automake libtool + bsd-compat-headers + c-ares-dev + flex bison + json-c-dev + linux-headers + py-sphinx + python3-dev + readline-dev + texinfo + " checkdepends="pytest py-setuptools" install="$pkgname.pre-install" subpackages="$pkgname-dev $pkgname-doc $pkgname-dbg $pkgname-openrc" @@ -47,7 +51,6 @@ build() { check() { cd "$builddir" - make -j 1 check } |