diff options
-rw-r--r-- | meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb index e93d388e9c..7e1418d499 100644 --- a/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb +++ b/meta-perl/recipes-perl/libextutils/libextutils-config-perl_0.008.bb | |||
@@ -13,10 +13,11 @@ SRC_URI[sha256sum] = "ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e6 | |||
13 | 13 | ||
14 | S = "${WORKDIR}/ExtUtils-Config-${PV}" | 14 | S = "${WORKDIR}/ExtUtils-Config-${PV}" |
15 | 15 | ||
16 | inherit cpan | 16 | inherit cpan ptest-perl |
17 | 17 | ||
18 | RDEPENDS_${PN} = " perl-module-extutils-makemaker \ | 18 | RDEPENDS_${PN} = " perl-module-extutils-makemaker \ |
19 | perl-module-data-dumper \ | 19 | perl-module-data-dumper \ |
20 | perl-module-ipc-open3 \ | ||
20 | perl-module-test-more \ | 21 | perl-module-test-more \ |
21 | perl-module-file-temp \ | 22 | perl-module-file-temp \ |
22 | " | 23 | " |