mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-23 03:05:48 +03:00
testing/perl-dbix-introspector: fix checkdepends
This commit is contained in:
parent
e598dfb5a0
commit
2a96c9890c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ cpanmakedepends=""
|
|||
cpancheckdepends="perl-dbd-sqlite perl-test-roo"
|
||||
depends="$cpandepends"
|
||||
makedepends="perl-dev $cpanmakedepends"
|
||||
checkdepends="$cpancheckdepends"
|
||||
checkdepends="perl-test-fatal $cpancheckdepends"
|
||||
subpackages="$pkgname-doc"
|
||||
source="http://search.cpan.org/CPAN/authors/id/F/FR/FREW/$_pkgreal-$pkgver.tar.gz"
|
||||
builddir="$srcdir/$_pkgreal-$pkgver"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue