fix intltool_sbang issue #4191 (#4192)

* fix intltool_sbang issue #4191

* add per dep even if already depending on perl-xml-parser

* adding more comment, properly spaced
This commit is contained in:
Luigi Calori
2017-06-14 20:24:01 +02:00
committed by Adam J. Stewart
parent 1ec3c14d23
commit daa5cf7e73
2 changed files with 13 additions and 5 deletions

View File

@@ -36,7 +36,8 @@ class Intltool(AutotoolsPackage):
version('0.51.0', '12e517cac2b57a0121cda351570f1e63')
# requires XML::Parser perl module
# depends_on('perl@5.8.1:', type='build')
depends_on('perl-xml-parser', type=('build', 'run'))
depends_on('perl@5.8.1:', type=('build', 'run'))
def check(self):
# `make check` passes but causes `make install` to fail