| Message ID | 20251119154340.3184696-1-raj.khem@gmail.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-perl,1/2] libhtml-tagset-perl: Fix failing ptests | expand |
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
Add missing module rdep for pests, fixes Failed ptests: {'libhtml-tagset-perl': ['t/01-populated', 't/00-load']} Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)