summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-astropy-helpers/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-astropy-helpers/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-astropy-helpers/package.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/var/spack/repos/builtin/packages/py-astropy-helpers/package.py b/var/spack/repos/builtin/packages/py-astropy-helpers/package.py
index a20c460d11..c003b82364 100644
--- a/var/spack/repos/builtin/packages/py-astropy-helpers/package.py
+++ b/var/spack/repos/builtin/packages/py-astropy-helpers/package.py
@@ -13,9 +13,9 @@ class PyAstropyHelpers(PythonPackage):
projects that wish to leverage this work."""
homepage = "https://github.com/astropy/astropy-helpers"
- url = "https://github.com/astropy/astropy-helpers/archive/v4.0.1.tar.gz"
+ url = "https://github.com/astropy/astropy-helpers/archive/v4.0.1.tar.gz"
- version('4.0.1', sha256='88602971c3b63d6aaa6074d013f995d1e234acb3d517d70d7fcebd30cdaf5c89')
+ version("4.0.1", sha256="88602971c3b63d6aaa6074d013f995d1e234acb3d517d70d7fcebd30cdaf5c89")
- depends_on('python@3.6:', type=('build', 'run'))
- depends_on('py-setuptools@30.3:', type='build')
+ depends_on("python@3.6:", type=("build", "run"))
+ depends_on("py-setuptools@30.3:", type="build")