perl-Archive-Zip: Add missing checkdepends.

Closes #9407.
This commit is contained in:
maxice8 2017-11-21 06:33:19 -02:00 committed by Enno Boland
parent dc6c2cc44a
commit c0e7aca603

View file

@ -7,6 +7,7 @@ wrksrc="Archive-Zip-${version}"
build_style=perl-module
hostmakedepends="perl"
makedepends="${hostmakedepends}"
checkdepends="perl-Test-MockModule"
depends="${makedepends}"
short_desc="Provide a perl interface to ZIP archive files"
maintainer="Juan RP <xtraeme@voidlinux.eu>"