perl-Test-Trap: don't depend on perl-Test-Tester.

This commit is contained in:
Leah Neukirchen 2017-08-24 13:47:41 +02:00
parent c6b3d927d4
commit c209dddc48
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
# Template build file for 'perl-Test-Trap'.
pkgname=perl-Test-Trap
version=v0.3.2
revision=1
revision=2
wrksrc="${pkgname#*-}-${version}"
build_style=perl-module
hostmakedepends="perl perl-Test-Tester perl-Data-Dump"
hostmakedepends="perl perl-Data-Dump"
depends="${hostmakedepends}"
noarch=yes
short_desc='Test::Trap - Trap exit codes, exceptions, output, etc.'