interproscan: add missing dependency (#27423)

This commit is contained in:
Glenn Johnson 2021-11-15 04:10:27 -06:00 committed by GitHub
parent 5aaee953c5
commit 91b8a87fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,6 +39,7 @@ class Interproscan(Package):
depends_on('perl-xml-parser', when='@:4.8', type=('build', 'run')) depends_on('perl-xml-parser', when='@:4.8', type=('build', 'run'))
depends_on('perl-io-string', when='@:4.8', type=('build', 'run')) depends_on('perl-io-string', when='@:4.8', type=('build', 'run'))
depends_on('perl-io-stringy', when='@:4.8', type=('build', 'run')) depends_on('perl-io-stringy', when='@:4.8', type=('build', 'run'))
depends_on('perl-db-file', when='@:4.8', type=('build', 'run'))
patch('large-gid.patch', when='@5:') patch('large-gid.patch', when='@5:')
patch('non-interactive.patch', when='@:4.8') patch('non-interactive.patch', when='@:4.8')