From 918020f7cf1e2aa8d310365cd93fbc5260df70bc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 19 Nov 2025 00:27:03 -0800 Subject: [PATCH] libhtml-tagset-perl: Fix failing ptests Add missing module rdep for pests, fixes Failed ptests: {'libhtml-tagset-perl': ['t/01-populated', 't/00-load']} Signed-off-by: Khem Raj --- meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb index 802fe050da..f7e394fbab 100644 --- a/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb +++ b/meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb @@ -18,7 +18,7 @@ inherit cpan ptest-perl RDEPENDS:${PN} += "perl-module-strict perl-module-vars" -RDEPENDS:${PN}-ptest += "perl-module-test" +RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more" do_install:prepend() { # requires "-T" (taint) command line option