summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-prompt-toolkit/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-prompt-toolkit/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-prompt-toolkit/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-prompt-toolkit/package.py b/var/spack/repos/builtin/packages/py-prompt-toolkit/package.py
index 863f5f51b7..7432627758 100644
--- a/var/spack/repos/builtin/packages/py-prompt-toolkit/package.py
+++ b/var/spack/repos/builtin/packages/py-prompt-toolkit/package.py
@@ -35,7 +35,7 @@ class PyPromptToolkit(PythonPackage):
version('1.0.9', sha256='cd6523b36adc174cc10d54b1193eb626b4268609ff6ea92c15bcf1996609599c')
depends_on('python@3.6.1:', when='@3:', type=('build', 'run'))
- depends_on('python@2.6:2.8,3.3:', when='@:2.999', type=('build', 'run'))
+ depends_on('python@2.6:2.8,3.3:', when='@:2', type=('build', 'run'))
depends_on('py-setuptools', type='build')
- depends_on('py-six@1.9.0:', when='@:2.999', type=('build', 'run'))
+ depends_on('py-six@1.9.0:', when='@:2', type=('build', 'run'))
depends_on('py-wcwidth', type=('build', 'run'))