autofact: fix dependency (#10818)
This commit is contained in:
parent
e750c5af66
commit
016945f67a
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Autofact(Package):
|
||||||
depends_on('perl-bio-perl', type='run')
|
depends_on('perl-bio-perl', type='run')
|
||||||
depends_on('perl-io-string', type='run')
|
depends_on('perl-io-string', type='run')
|
||||||
depends_on('perl-lwp', type='run')
|
depends_on('perl-lwp', type='run')
|
||||||
depends_on('blast-plus', type='run')
|
depends_on('blast-legacy', type='run')
|
||||||
|
|
||||||
def patch(self):
|
def patch(self):
|
||||||
with working_dir('scripts'):
|
with working_dir('scripts'):
|
||||||
|
|
Loading…
Reference in a new issue