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:
James Beal 2024-01-23 19:01:24 +00:00 committed by GitHub
parent 11abd94c04
commit 039c343d0a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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