autofact: fix dependency (#10818)

This commit is contained in:
Levi Baber 2019-03-07 13:51:40 -06:00 committed by GitHub
parent e750c5af66
commit 016945f67a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,7 +19,7 @@ class Autofact(Package):
depends_on('perl-bio-perl', type='run')
depends_on('perl-io-string', type='run')
depends_on('perl-lwp', type='run')
depends_on('blast-plus', type='run')
depends_on('blast-legacy', type='run')
def patch(self):
with working_dir('scripts'):