summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorChris White <white238@llnl.gov>2022-09-13 10:29:21 -0700
committerGitHub <noreply@github.com>2022-09-13 10:29:21 -0700
commit937b576b5b8157c6bd639af4895f702a06e64499 (patch)
tree3629e7c3d73bdc38f0faef9cc8e665d8ac6c3394 /var
parent53a7b49619671a318274cdec43952a1d59f77ff0 (diff)
downloadspack-937b576b5b8157c6bd639af4895f702a06e64499.tar.gz
spack-937b576b5b8157c6bd639af4895f702a06e64499.tar.bz2
spack-937b576b5b8157c6bd639af4895f702a06e64499.tar.xz
spack-937b576b5b8157c6bd639af4895f702a06e64499.zip
fix depends on versioning (#32626)
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/scr/package.py16
1 files changed, 8 insertions, 8 deletions
diff --git a/var/spack/repos/builtin/packages/scr/package.py b/var/spack/repos/builtin/packages/scr/package.py
index 9f6bdc2015..b10b74ca97 100644
--- a/var/spack/repos/builtin/packages/scr/package.py
+++ b/var/spack/repos/builtin/packages/scr/package.py
@@ -84,14 +84,14 @@ class Scr(CMakePackage):
depends_on("spath@0.2.0", when="@3.0.1:")
depends_on("dtcmp@1.1.4", when="@3.0.1:")
- depends_on("axl@0.6.0", when="@3.0.0:")
- depends_on("er@0.2.0", when="@3.0.0:")
- depends_on("kvtree@1.3.0", when="@3.0.0:")
- depends_on("rankstr@0.1.0", when="@3.0.0:")
- depends_on("redset@0.2.0", when="@3.0.0:")
- depends_on("shuffile@0.2.0", when="@3.0.0:")
- depends_on("spath@0.2.0", when="@3.0.0:")
- depends_on("dtcmp@1.1.4", when="@3.0.0:")
+ depends_on("axl@0.6.0", when="@3.0.0")
+ depends_on("er@0.2.0", when="@3.0.0")
+ depends_on("kvtree@1.3.0", when="@3.0.0")
+ depends_on("rankstr@0.1.0", when="@3.0.0")
+ depends_on("redset@0.2.0", when="@3.0.0")
+ depends_on("shuffile@0.2.0", when="@3.0.0")
+ depends_on("spath@0.2.0", when="@3.0.0")
+ depends_on("dtcmp@1.1.4", when="@3.0.0")
depends_on("axl@0.5.0:", when="@3.0rc2")
depends_on("er@0.1.0:", when="@3.0rc2")