summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/cumulative-vrange-root/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin.mock/packages/cumulative-vrange-root/package.py')
-rw-r--r--var/spack/repos/builtin.mock/packages/cumulative-vrange-root/package.py11
1 files changed, 6 insertions, 5 deletions
diff --git a/var/spack/repos/builtin.mock/packages/cumulative-vrange-root/package.py b/var/spack/repos/builtin.mock/packages/cumulative-vrange-root/package.py
index 37e138bf6b..81d1ebdb60 100644
--- a/var/spack/repos/builtin.mock/packages/cumulative-vrange-root/package.py
+++ b/var/spack/repos/builtin.mock/packages/cumulative-vrange-root/package.py
@@ -10,10 +10,11 @@ class CumulativeVrangeRoot(Package):
form X.Y:X works and allows for the selection of all the
versions >= X.Y with major == X
"""
- homepage = 'https://www.example.org'
- url = 'https://example.org/files/v3.4/cmake-3.4.3.tar.gz'
- version('1.0', '4cb3ff35b2472aae70f542116d616e63')
+ homepage = "https://www.example.org"
+ url = "https://example.org/files/v3.4/cmake-3.4.3.tar.gz"
- depends_on('cumulative-vrange-middle')
- depends_on('cumulative-vrange-bottom@:2')
+ version("1.0", "4cb3ff35b2472aae70f542116d616e63")
+
+ depends_on("cumulative-vrange-middle")
+ depends_on("cumulative-vrange-bottom@:2")