Add missing dependency to perl-xml-parser (#12903)

This PR adds the following dependency:

+    depends_on('perl-libwww-perl', type=('build', 'run'))
This commit is contained in:
Glenn Johnson 2019-09-24 05:51:55 -05:00 committed by Massimiliano Culpo
parent fa5a9cd878
commit 10d5e90e65

View File

@ -16,6 +16,7 @@ class PerlXmlParser(PerlPackage):
version('2.44', 'af4813fe3952362451201ced6fbce379')
depends_on('expat')
depends_on('perl-libwww-perl', type=('build', 'run'))
def configure_args(self):
args = []