mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
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:
committed by
Thomas Petazzoni
parent
dcd5b148f4
commit
f8638b99ae
@@ -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")
|
||||
Reference in New Issue
Block a user