diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-09 14:37:55 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-01-09 14:37:55 +0000 |
commit | 52e5f79f6970a5f05955f8aa17ef16c8ac254552 (patch) | |
tree | bd1a071f83ff845b05acd070d4aa8dc57e085413 /community | |
parent | 25f1db070b0649d4de87c1171caf094fc7b4b8b2 (diff) | |
download | aports-52e5f79f6970a5f05955f8aa17ef16c8ac254552.tar.bz2 aports-52e5f79f6970a5f05955f8aa17ef16c8ac254552.tar.xz |
community/perl-object-insideout: fix circular checkdepends
skip tests using perl-math-random-mt-auto to avoid circular deps
Diffstat (limited to 'community')
-rw-r--r-- | community/perl-object-insideout/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/perl-object-insideout/APKBUILD b/community/perl-object-insideout/APKBUILD index ad9203ee0f..bc745eb40d 100644 --- a/community/perl-object-insideout/APKBUILD +++ b/community/perl-object-insideout/APKBUILD @@ -4,7 +4,7 @@ pkgname=perl-object-insideout _pkgreal=Object-InsideOut pkgver=4.05 -pkgrel=1 +pkgrel=2 pkgdesc="Comprehensive inside-out object support module" url="http://search.cpan.org/dist/Object-InsideOut/" arch="noarch" @@ -13,7 +13,7 @@ cpandepends="perl-exception-class perl-module-build" cpanmakedepends="" depends="$cpandepends" makedepends="perl-dev $cpanmakedepends" -checkdepends="perl-want perl-test-pod-coverage perl-math-random-mt-auto" +checkdepends="perl-want perl-test-pod-coverage" subpackages="$pkgname-doc" source="http://search.cpan.org/CPAN/authors/id/J/JD/JDHEDDEN/$_pkgreal-$pkgver.tar.gz" |