From a2e9a9076f4b9546012ff41fade5be68108f3f7b Mon Sep 17 00:00:00 2001 From: Bryan Herman <63422190+bryanherman@users.noreply.github.com> Date: Fri, 12 Mar 2021 12:28:13 -0500 Subject: fixed when python dep in ftfy dep for py benedict (#22261) --- var/spack/repos/builtin/packages/py-python-benedict/package.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'var') 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')) -- cgit v1.2.3-70-g09d2