Bedtools2: add dependencies needed for latest version (#22999)

This commit is contained in:
Glenn Johnson 2021-04-15 04:21:08 -05:00 committed by GitHub
parent 43939622ac
commit df84a6a853
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,6 +23,8 @@ class Bedtools2(Package):
version('2.23.0', sha256='9dacaa561d11ce9835d1d51e5aeb092bcbe117b7119663ec9a671abac6a36056')
depends_on('zlib')
depends_on('bzip2', when='@2.29:')
depends_on('xz', when='@2.29:')
depends_on('python', type='build')
def install(self, spec, prefix):