package/perl-lwp-protocol-https: new package

Dependency for perl-crypt-ssleay (added in subsequent commit).

Added via utils/scancpan, without changes.

Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Thomas De Schampheleire
2020-02-10 12:26:32 +01:00
committed by Thomas Petazzoni
parent dcd5b148f4
commit f8638b99ae
6 changed files with 79 additions and 0 deletions

View File

@@ -0,0 +1,42 @@
from tests.package.test_perl import TestPerlBase
class TestPerlLWPProtocolhttps(TestPerlBase):
"""
package:
LWP-Protocol-https
direct dependencies:
IO-Socket-SSL
Mozilla-CA
Net-HTTP
libwww-perl
indirect dependencies:
Encode-Locale
File-Listing
HTML-Parser XS
HTML-Tagset
HTTP-Cookies
HTTP-Daemon
HTTP-Date
HTTP-Message
HTTP-Negotiate
IO-HTML
LWP-MediaTypes
Net-SSLeay XS
TimeDate
Try-Tiny
URI
WWW-RobotRules
"""
config = TestPerlBase.config + \
"""
BR2_PACKAGE_PERL=y
BR2_PACKAGE_PERL_LWP_PROTOCOL_HTTPS=y
"""
def test_run(self):
self.login()
self.module_test("HTML::Parser")
self.module_test("Net::SSLeay")
self.module_test("LWP::Protocol::https")