summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiles Perry <37849532+Miles-Perry@users.noreply.github.com>2018-09-14 19:24:17 -0500
committerTodd Gamblin <tgamblin@llnl.gov>2018-09-14 17:24:17 -0700
commit301643bdc463d023ecdbe5c0151da8b6f4035256 (patch)
tree049e6815f409cd03a7d8bd4aff7a9179ff62bf1c
parentc2f6c98ed994c79464e50afd7f940c2cfa3d1109 (diff)
downloadspack-301643bdc463d023ecdbe5c0151da8b6f4035256.tar.gz
spack-301643bdc463d023ecdbe5c0151da8b6f4035256.tar.bz2
spack-301643bdc463d023ecdbe5c0151da8b6f4035256.tar.xz
spack-301643bdc463d023ecdbe5c0151da8b6f4035256.zip
Feature/py picrust (#9184)
-rw-r--r--var/spack/repos/builtin/packages/py-picrust/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-picrust/package.py b/var/spack/repos/builtin/packages/py-picrust/package.py
index dff2e89619..05c17edafe 100644
--- a/var/spack/repos/builtin/packages/py-picrust/package.py
+++ b/var/spack/repos/builtin/packages/py-picrust/package.py
@@ -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')