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:
parent
fa5a9cd878
commit
10d5e90e65
@ -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 = []
|
||||
|
Loading…
Reference in New Issue
Block a user