* 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:

committed by
Adam J. Stewart

parent
1ec3c14d23
commit
daa5cf7e73
@@ -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
|
||||
|
Reference in New Issue
Block a user