summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pint/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pint/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pint/package.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-pint/package.py b/var/spack/repos/builtin/packages/py-pint/package.py
index ade1726835..aea85b03cb 100644
--- a/var/spack/repos/builtin/packages/py-pint/package.py
+++ b/var/spack/repos/builtin/packages/py-pint/package.py
@@ -29,5 +29,5 @@ class PyPint(PythonPackage):
depends_on('py-setuptools', type=('build', 'run'))
depends_on('py-setuptools-scm', type=('build'))
depends_on('py-packaging', type=('build', 'run'), when='@0.17:')
- depends_on('py-importlib-metadata', type=('build', 'run'), when='@0.17: ^python@:3.7.999')
- depends_on('py-importlib-resources', type=('build', 'run'), when='@0.17: ^python@:3.6.999')
+ depends_on('py-importlib-metadata', type=('build', 'run'), when='@0.17: ^python@:3.7')
+ depends_on('py-importlib-resources', type=('build', 'run'), when='@0.17: ^python@:3.6')