diff options
Diffstat (limited to 'var/spack/repos/builtin/packages/py-devlib/package.py')
-rw-r--r-- | var/spack/repos/builtin/packages/py-devlib/package.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/var/spack/repos/builtin/packages/py-devlib/package.py b/var/spack/repos/builtin/packages/py-devlib/package.py index f4cc8823f1..cbf1ec8225 100644 --- a/var/spack/repos/builtin/packages/py-devlib/package.py +++ b/var/spack/repos/builtin/packages/py-devlib/package.py @@ -29,6 +29,6 @@ class PyDevlib(PythonPackage): depends_on('py-future', type=('build', 'run')) depends_on('py-pandas', type=('build', 'run')) depends_on('py-enum34', type=('build', 'run'), when='^python@:3.3') - depends_on('py-contextlib2', type=('build', 'run'), when='^python@:2.999') - depends_on('py-numpy@:1.16.4', type=('build', 'run'), when='^python@:2.999') + depends_on('py-contextlib2', type=('build', 'run'), when='^python@:2') + depends_on('py-numpy@:1.16.4', type=('build', 'run'), when='^python@:2') depends_on('py-numpy', type=('build', 'run'), when='^python@:3.0') |