summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pycocotools/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pycocotools/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pycocotools/package.py14
1 files changed, 7 insertions, 7 deletions
diff --git a/var/spack/repos/builtin/packages/py-pycocotools/package.py b/var/spack/repos/builtin/packages/py-pycocotools/package.py
index 26b6edd414..d20c6d4f98 100644
--- a/var/spack/repos/builtin/packages/py-pycocotools/package.py
+++ b/var/spack/repos/builtin/packages/py-pycocotools/package.py
@@ -10,12 +10,12 @@ class PyPycocotools(PythonPackage):
"""Official APIs for the MS-COCO dataset."""
homepage = "https://github.com/cocodataset/cocoapi"
- pypi = "pycocotools/pycocotools-2.0.2.tar.gz"
+ pypi = "pycocotools/pycocotools-2.0.2.tar.gz"
- version('2.0.2', sha256='24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a')
+ version("2.0.2", sha256="24717a12799b4471c2e54aa210d642e6cd4028826a1d49fcc2b0e3497e041f1a")
- depends_on('python', type=('build', 'link', 'run'))
- depends_on('py-setuptools@18.0:', type='build')
- depends_on('py-cython@0.27.3:', type='build')
- depends_on('py-numpy', type=('build', 'link', 'run'))
- depends_on('py-matplotlib@2.1.0:', type=('build', 'run'))
+ depends_on("python", type=("build", "link", "run"))
+ depends_on("py-setuptools@18.0:", type="build")
+ depends_on("py-cython@0.27.3:", type="build")
+ depends_on("py-numpy", type=("build", "link", "run"))
+ depends_on("py-matplotlib@2.1.0:", type=("build", "run"))