perl/perl-GD: Add missing test dependencies.

Otherwise running the tests during the build fails.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2023-10-14 20:42:44 +09:00 committed by Willy Sudiarto Raharjo
parent 47c54828a3
commit f2d6b893ec
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://cpan.metacpan.org/authors/id/R/RU/RURBAN/GD-2.78.tar.gz"
MD5SUM="e3419198517a1679b5a6a95b60805c3f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-extutils-pkgconfig"
REQUIRES="perl-extutils-pkgconfig perl-Test-NoWarnings"
MAINTAINER="B. Watson"
EMAIL="urchlay@slackware.uk"