summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pytest-astropy/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pytest-astropy/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pytest-astropy/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pytest-astropy/package.py b/var/spack/repos/builtin/packages/py-pytest-astropy/package.py
index 0b0aa69332..9967501f61 100644
--- a/var/spack/repos/builtin/packages/py-pytest-astropy/package.py
+++ b/var/spack/repos/builtin/packages/py-pytest-astropy/package.py
@@ -12,6 +12,8 @@ class PyPytestAstropy(PythonPackage):
homepage = "https://github.com/astropy/pytest-astropy"
pypi = "pytest-astropy/pytest-astropy-0.10.0.tar.gz"
+ license("BSD-3-Clause")
+
version("0.10.0", sha256="85e3c66ceede4ce668f473b3cf377fcb2aa3c48e24f28aaa377ae86004cce211")
depends_on("py-setuptools@30.3:", type="build")