summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-itk/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-itk/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-itk/package.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/var/spack/repos/builtin/packages/py-itk/package.py b/var/spack/repos/builtin/packages/py-itk/package.py
index 8d985dbd09..8d34fc370f 100644
--- a/var/spack/repos/builtin/packages/py-itk/package.py
+++ b/var/spack/repos/builtin/packages/py-itk/package.py
@@ -89,11 +89,11 @@ class PyItk(Package):
extends('python')
depends_on('py-pip', type='build')
- depends_on('python@3.5.0:3.5.999', when='@5.1.1-cp35', type=('build', 'run'))
- depends_on('python@3.6.0:3.6.999', when='@5.1.1-cp36,5.1.2-cp36', type=('build', 'run'))
- depends_on('python@3.7.0:3.7.999', when='@5.1.1-cp37,5.1.2-cp37', type=('build', 'run'))
- depends_on('python@3.8.0:3.8.999', when='@5.1.1-cp38,5.1.2-cp38', type=('build', 'run'))
- depends_on('python@3.9.0:3.9.999', when='@5.1.2-cp39', type=('build', 'run'))
+ depends_on('python@3.5.0:3.5', when='@5.1.1-cp35', type=('build', 'run'))
+ depends_on('python@3.6.0:3.6', when='@5.1.1-cp36,5.1.2-cp36', type=('build', 'run'))
+ depends_on('python@3.7.0:3.7', when='@5.1.1-cp37,5.1.2-cp37', type=('build', 'run'))
+ depends_on('python@3.8.0:3.8', when='@5.1.1-cp38,5.1.2-cp38', type=('build', 'run'))
+ depends_on('python@3.9.0:3.9', when='@5.1.2-cp39', type=('build', 'run'))
depends_on('itk@5.1.1', when='@5.1.1-cp35:5.1.1-cp39', type='run')
depends_on('itk@5.1.2', when='@5.1.2-cp35:5.1.2-cp39', type='run')