summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--var/spack/repos/builtin/packages/py-python-benedict/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-python-benedict/package.py b/var/spack/repos/builtin/packages/py-python-benedict/package.py
index ae7bd82821..5f4f0da674 100644
--- a/var/spack/repos/builtin/packages/py-python-benedict/package.py
+++ b/var/spack/repos/builtin/packages/py-python-benedict/package.py
@@ -17,8 +17,8 @@ class PyPythonBenedict(PythonPackage):
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools', type='build')
- depends_on('py-ftfy@4.4.3', when='python@:3.3.999', type=('build', 'run'))
- depends_on('py-ftfy', when='python@3.4:', type=('build', 'run'))
+ depends_on('py-ftfy@4.4.3', when='^python@:3.3.999', type=('build', 'run'))
+ depends_on('py-ftfy', when='^python@3.4:', type=('build', 'run'))
depends_on('py-mailchecker', type=('build', 'run'))
depends_on('py-phonenumbers', type=('build', 'run'))
depends_on('py-python-dateutil', type=('build', 'run'))