summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-vcrpy/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-vcrpy/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-vcrpy/package.py18
1 files changed, 9 insertions, 9 deletions
diff --git a/var/spack/repos/builtin/packages/py-vcrpy/package.py b/var/spack/repos/builtin/packages/py-vcrpy/package.py
index d72e024214..d1df1392e7 100644
--- a/var/spack/repos/builtin/packages/py-vcrpy/package.py
+++ b/var/spack/repos/builtin/packages/py-vcrpy/package.py
@@ -10,14 +10,14 @@ class PyVcrpy(PythonPackage):
"""Automatically mock your HTTP interactions to simplify and speed up testing."""
homepage = "https://github.com/kevin1024/vcrpy"
- pypi = "vcrpy/vcrpy-4.1.1.tar.gz"
+ pypi = "vcrpy/vcrpy-4.1.1.tar.gz"
- version('4.1.1', sha256='57095bf22fc0a2d99ee9674cdafebed0f3ba763018582450706f7d3a74fff599')
+ version("4.1.1", sha256="57095bf22fc0a2d99ee9674cdafebed0f3ba763018582450706f7d3a74fff599")
- depends_on('python@3.5:', type=('build', 'run'))
- depends_on('py-setuptools', type='build')
- depends_on('py-pyyaml', type=('build', 'run'))
- depends_on('py-wrapt', type=('build', 'run'))
- depends_on('py-six@1.5:', type=('build', 'run'))
- depends_on('py-yarl', when='^python@3.6:', type=('build', 'run'))
- depends_on('py-yarl@:1.3', when='^python@3.5', type=('build', 'run'))
+ depends_on("python@3.5:", type=("build", "run"))
+ depends_on("py-setuptools", type="build")
+ depends_on("py-pyyaml", type=("build", "run"))
+ depends_on("py-wrapt", type=("build", "run"))
+ depends_on("py-six@1.5:", type=("build", "run"))
+ depends_on("py-yarl", when="^python@3.6:", type=("build", "run"))
+ depends_on("py-yarl@:1.3", when="^python@3.5", type=("build", "run"))