Feature/py picrust (#9184)

This commit is contained in:
Miles Perry 2018-09-14 19:24:17 -05:00 committed by Todd Gamblin
parent c2f6c98ed9
commit 301643bdc4

View File

@ -34,7 +34,7 @@ class PyPicrust(PythonPackage):
version('1.1.3', sha256='7538c8544899b8855deb73a2d7a4ccac4808ff294e161530a8c8762d472d8906')
depends_on('python@2.7.15:2.999', type=('build', 'run'))
depends_on('python@2.7:2.999', type=('build', 'run'))
depends_on('py-cogent@1.5.3', type=('build', 'run'))
depends_on('py-biom-format@2.1.4:2.1.999', type=('build', 'run'))
depends_on('py-setuptools', type='build')