summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-11-19 00:27:03 -0800
committerKhem Raj <raj.khem@gmail.com>2025-11-19 07:45:40 -0800
commit918020f7cf1e2aa8d310365cd93fbc5260df70bc (patch)
treeb3cdf64d2ec74bb87a3b7bea13f605f8d94cdd80
parenta7082b9b7c6392a435a92969128be5285b7c7b53 (diff)
downloadmeta-openembedded-918020f7cf1e2aa8d310365cd93fbc5260df70bc.tar.gz
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 <raj.khem@gmail.com>
-rw-r--r--meta-perl/recipes-perl/libhtml/libhtml-tagset-perl_3.24.bb2
1 files changed, 1 insertions, 1 deletions
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
18 18
19RDEPENDS:${PN} += "perl-module-strict perl-module-vars" 19RDEPENDS:${PN} += "perl-module-strict perl-module-vars"
20 20
21RDEPENDS:${PN}-ptest += "perl-module-test" 21RDEPENDS:${PN}-ptest += "perl-module-test perl-module-test-more"
22 22
23do_install:prepend() { 23do_install:prepend() {
24 # requires "-T" (taint) command line option 24 # requires "-T" (taint) command line option