summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin.mock/packages/cumulative-vrange-middle/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin.mock/packages/cumulative-vrange-middle/package.py')
-rw-r--r--var/spack/repos/builtin.mock/packages/cumulative-vrange-middle/package.py9
1 files changed, 5 insertions, 4 deletions
diff --git a/var/spack/repos/builtin.mock/packages/cumulative-vrange-middle/package.py b/var/spack/repos/builtin.mock/packages/cumulative-vrange-middle/package.py
index 1eaeea3c7b..d0b92cffa9 100644
--- a/var/spack/repos/builtin.mock/packages/cumulative-vrange-middle/package.py
+++ b/var/spack/repos/builtin.mock/packages/cumulative-vrange-middle/package.py
@@ -10,9 +10,10 @@ class CumulativeVrangeMiddle(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-bottom@2.1:')
+ version("1.0", "4cb3ff35b2472aae70f542116d616e63")
+
+ depends_on("cumulative-vrange-bottom@2.1:")