dev-perl/LWP-Protocol-https: needs Net-SSLeay for tests

Closes: https://bugs.gentoo.org/960860
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-07-31 04:06:42 +01:00
parent d094afe185
commit 48423e104f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,10 +19,9 @@ RDEPEND="
"
BDEPEND="
${RDEPEND}
virtual/perl-ExtUtils-MakeMaker
test? (
dev-perl/Net-SSLeay
>=dev-perl/Test-Needs-0.2.10
virtual/perl-Test-Simple
dev-perl/Test-RequiresInternet
)
"