tabix: add zlib dependency. (#13064)

This commit is contained in:
Toyohisa Kameyama 2019-10-09 10:48:37 +09:00 committed by Adam J. Stewart
parent 2e4bcf223c
commit fdc91a1705

View file

@ -16,6 +16,7 @@ class Tabix(MakefilePackage):
depends_on('perl', type=('build', 'run'))
depends_on('python', type=('build', 'run'))
depends_on('zlib', type='link')
def install(self, spec, prefix):
mkdirp(prefix.bin)