From 85d2aa1593ab9f8082b52e9771804a5438b29192 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 21 Nov 2017 21:07:39 -0200 Subject: [PATCH] perl-LWP-Protocol-https: add missing checkdepend. Closes #9428. --- srcpkgs/perl-LWP-Protocol-https/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/perl-LWP-Protocol-https/template b/srcpkgs/perl-LWP-Protocol-https/template index 1990c347670..4df58641eae 100644 --- a/srcpkgs/perl-LWP-Protocol-https/template +++ b/srcpkgs/perl-LWP-Protocol-https/template @@ -6,6 +6,7 @@ wrksrc="${pkgname/perl-/}-${version}" build_style=perl-module hostmakedepends="perl" makedepends="${hostmakedepends} perl-IO-Socket-SSL perl-Mozilla-CA perl-Net-HTTP perl-LWP" +checkdepends="perl-Test-RequiresInternet" depends="${makedepends}" noarch="yes" short_desc="LWP::Protocol::https - Provide https support for LWP::UserAgent"