metasv: add required dependencies (#9254)
* add runtime deps * revert to strict dep versions
This commit is contained in:
parent
17d4005a4f
commit
31da752402
@ -37,3 +37,5 @@ class Metasv(PythonPackage):
|
||||
depends_on('py-pybedtools@0.6.9', type=('build', 'run'))
|
||||
depends_on('py-pysam@0.7.7', type=('build', 'run'))
|
||||
depends_on('py-pyvcf@0.6.7', type=('build', 'run'))
|
||||
depends_on('py-setuptools', type=('build', 'run'))
|
||||
depends_on('py-cython', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user