interproscan: add missing dependency (#27423)
This commit is contained in:
parent
5aaee953c5
commit
91b8a87fc7
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ class Interproscan(Package):
|
|||
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-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('non-interactive.patch', when='@:4.8')
|
||||
|
|
Loading…
Reference in a new issue