summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-rpy2/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-rpy2/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-rpy2/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-rpy2/package.py b/var/spack/repos/builtin/packages/py-rpy2/package.py
index 87a7b9d003..addbe28221 100644
--- a/var/spack/repos/builtin/packages/py-rpy2/package.py
+++ b/var/spack/repos/builtin/packages/py-rpy2/package.py
@@ -39,7 +39,7 @@ class PyRpy2(PythonPackage):
depends_on('r@3.3:', when='@2.9.0:', type=('build', 'run'))
depends_on('python@3.5:', when='@2.9.0:', type=('build', 'run'))
depends_on('py-jinja2', when='@2.9.0:', type=('build', 'run'))
- depends_on('py-six', when='@2.9.0:2.9.999', type=('build', 'run'))
+ depends_on('py-six', when='@2.9.0:2.9', type=('build', 'run'))
# @:2.8.6
depends_on('r@2.8:', when='@:2.8.6', type=('build', 'run'))