perl-URI: add missing checkdepends.

Closes #9415.
This commit is contained in:
maxice8 2017-11-21 10:38:03 -02:00 committed by Enno Boland
parent e8a6145ecd
commit 764aab27ba
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@ wrksrc="URI-$version"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
checkdepends="perl-Test-Needs"
depends="${hostmakedepends}"
noarch=yes
short_desc="Perl Uniform Resource Identifiers class (URI, RFC 2396)"