platypus: limit install to Python2 (#30624)
Co-authored-by: David Kuehn <las_dkuehn@iastate.edu>
This commit is contained in:
parent
12b0278f08
commit
18710936f1
@ -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')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user