summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-paramiko/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-paramiko/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-paramiko/package.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/var/spack/repos/builtin/packages/py-paramiko/package.py b/var/spack/repos/builtin/packages/py-paramiko/package.py
index 98acfb8a01..4bc007aac6 100644
--- a/var/spack/repos/builtin/packages/py-paramiko/package.py
+++ b/var/spack/repos/builtin/packages/py-paramiko/package.py
@@ -12,17 +12,17 @@ class PyParamiko(PythonPackage):
homepage = "https://www.paramiko.org/"
pypi = "paramiko/paramiko-2.7.1.tar.gz"
- version('2.7.1', sha256='920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f')
- version('2.1.2', sha256='5fae49bed35e2e3d45c4f7b0db2d38b9ca626312d91119b3991d0ecf8125e310')
+ version("2.7.1", sha256="920492895db8013f6cc0179293147f830b8c7b21fdfc839b6bad760c27459d9f")
+ version("2.1.2", sha256="5fae49bed35e2e3d45c4f7b0db2d38b9ca626312d91119b3991d0ecf8125e310")
- variant('invoke', default=False, description='Enable invoke support')
+ variant("invoke", default=False, description="Enable invoke support")
- depends_on('py-setuptools', type='build')
- depends_on('py-bcrypt@3.1.3:', when='@2.7:', type=('build', 'run'))
- depends_on('py-cryptography@1.1:', type=('build', 'run'))
- depends_on('py-cryptography@2.5:', when='@2.7:', type=('build', 'run'))
- depends_on('py-pyasn1@0.1.7:', when='@:2.1', type=('build', 'run'))
- depends_on('py-pynacl@1.0.1:', when='@2.7:', type=('build', 'run'))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-bcrypt@3.1.3:", when="@2.7:", type=("build", "run"))
+ depends_on("py-cryptography@1.1:", type=("build", "run"))
+ depends_on("py-cryptography@2.5:", when="@2.7:", type=("build", "run"))
+ depends_on("py-pyasn1@0.1.7:", when="@:2.1", type=("build", "run"))
+ depends_on("py-pynacl@1.0.1:", when="@2.7:", type=("build", "run"))
- depends_on('py-invoke@1.3:', when='+invoke', type=('build', 'run'))
- conflicts('+invoke', when='@2.1.2')
+ depends_on("py-invoke@1.3:", when="+invoke", type=("build", "run"))
+ conflicts("+invoke", when="@2.1.2")