platypus: limit install to Python2 (#30624)

Co-authored-by: David Kuehn <las_dkuehn@iastate.edu>
This commit is contained in:
dlkuehn 2022-05-12 02:30:45 -05:00 committed by GitHub
parent 12b0278f08
commit 18710936f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ class Platypus(Package):
version('0.8.1', sha256='a0f39e800ebdc5590e9b568a791bc6746df0fde4d1c3622140db64dea175622b')
depends_on('python@2.6:', type=('build', 'run'))
depends_on('python@2.6:2', type=('build', 'run'))
depends_on('py-cython', type='build')
depends_on('htslib')