summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-clustershell/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-clustershell/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-clustershell/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/py-clustershell/package.py b/var/spack/repos/builtin/packages/py-clustershell/package.py
index 42ff5df0c1..2a4fd640a5 100644
--- a/var/spack/repos/builtin/packages/py-clustershell/package.py
+++ b/var/spack/repos/builtin/packages/py-clustershell/package.py
@@ -12,9 +12,9 @@ class PyClustershell(PythonPackage):
"""
homepage = "https://cea-hpc.github.io/clustershell/"
- url = "https://github.com/cea-hpc/clustershell/archive/v1.8.tar.gz"
+ url = "https://github.com/cea-hpc/clustershell/archive/v1.8.tar.gz"
- version('1.8', sha256='ad5a13e2d107b4095229810c35365e22ea94dfd2baf4fdcfcc68ce58ee37cee3')
+ version("1.8", sha256="ad5a13e2d107b4095229810c35365e22ea94dfd2baf4fdcfcc68ce58ee37cee3")
- depends_on('py-setuptools', type='build')
- depends_on('py-pyyaml')
+ depends_on("py-setuptools", type="build")
+ depends_on("py-pyyaml")