libcrypt-openssl-rsa-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:38 +02:00 committed by Khem Raj
parent 72222a8901
commit b18644c713
2 changed files with 5 additions and 3 deletions

View File

@ -11,6 +11,7 @@ PTESTS_FAST_META_PERL = "\
libcapture-tiny-perl \
libcrypt-openssl-guess-perl \
libcrypt-openssl-random-perl \
libcrypt-openssl-rsa-perl \
libcgi-perl \
libdigest-hmac-perl \
liberror-perl \
@ -31,7 +32,6 @@ PTESTS_SLOW_META_PERL = "\
PTESTS_PROBLEMS_META_PERL = "\
libconfig-autoconf-perl \
libcrypt-openssl-rsa-perl \
libdata-hexdump-perl \
libdbd-sqlite-perl \
libdigest-sha1-perl \

View File

@ -31,9 +31,11 @@ do_compile() {
cpan_do_compile
}
RDEPENDS:${PN}-ptest = " \
${PN} \
RDEPENDS:${PN}-ptest += " \
perl-module-file-copy \
perl-module-test \
perl-module-test-more \
perl-module-lib \
libcrypt-openssl-guess-perl \
perl-module-english \
"