Allow bsseeker to build with Python 3 (#12075)

This commit is contained in:
Adam J. Stewart 2019-07-30 17:11:14 -05:00 committed by GitHub
parent e13bc0212c
commit 354ef2f9ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ class Bsseeker2(Package):
version('2.1.2', '5f7f0ef4071711e56b59c5c16b7f34a7',
url='https://github.com/BSSeeker/BSseeker2/archive/v2.1.2.tar.gz')
depends_on('python@2.6:2.999', type=('build', 'run'))
depends_on('python@2.6:', type=('build', 'run'))
depends_on('py-pysam', type=('build', 'run'))
def install(self, spec, prefix):