libunicode-linebreak-perl: fix ptests

Add missing dependencies.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-10-24 19:57:47 +02:00 committed by Khem Raj
parent 1c336d152b
commit 1f83ed659c
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ PTESTS_FAST_META_PERL = "\
libtest-nowarnings-perl \
libtest-warn-perl \
libtext-diff-perl \
libunicode-linebreak-perl \
"
PTESTS_SLOW_META_PERL = "\
@ -46,7 +47,6 @@ PTESTS_PROBLEMS_META_PERL = "\
libnet-dns-sec-perl \
libnet-ssleay-perl \
libtest-harness-perl \
libunicode-linebreak-perl \
libunix-statgrab \
liburi-perl \
libxml-libxml-perl \

View File

@ -40,6 +40,7 @@ RDEPENDS:${PN} += " \
"
RDEPENDS:${PN}-ptest += " \
perl-module-encode-encoding \
perl-module-findbin \
perl-module-lib \
perl-module-strict \