mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
main/gzip: simplify checkdepends to avoid ciircular deps
avoid circular deps by remove coreutils from checkdepends: coreutils -> attr -> gzip -> coreutils
This commit is contained in:
parent
7c32ada9ec
commit
15ff5efa58
@ -10,7 +10,7 @@ arch="all"
|
|||||||
license="GPL-2.0"
|
license="GPL-2.0"
|
||||||
depends=
|
depends=
|
||||||
makedepends=
|
makedepends=
|
||||||
checkdepends="perl coreutils diffutils less"
|
checkdepends="less"
|
||||||
install=
|
install=
|
||||||
source="http://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.gz"
|
source="http://ftp.gnu.org/gnu/gzip/gzip-$pkgver.tar.gz"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user