Add missing dependency for vcftools (#42047)
* Add missing dependency * Change dependency to virtual package As suggested :) --------- Co-authored-by: James Beal <jb23@sanger.ac.uk>
This commit is contained in:
parent
11abd94c04
commit
039c343d0a
@ -25,6 +25,7 @@ class Vcftools(AutotoolsPackage):
|
||||
|
||||
depends_on("perl", type=("build", "run"))
|
||||
depends_on("zlib-api")
|
||||
depends_on("pkgconfig")
|
||||
|
||||
# this needs to be in sync with what setup_run_environment adds to
|
||||
# PERL5LIB below
|
||||
|
Loading…
Reference in New Issue
Block a user