summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-fastpath/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-fastpath/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-fastpath/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-fastpath/package.py b/var/spack/repos/builtin/packages/py-fastpath/package.py
index c77a401dbc..6b1dae15da 100644
--- a/var/spack/repos/builtin/packages/py-fastpath/package.py
+++ b/var/spack/repos/builtin/packages/py-fastpath/package.py
@@ -15,6 +15,8 @@ class PyFastpath(PythonPackage):
homepage = "https://github.com/deprekate/fastpath"
pypi = "fastpath/fastpath-1.9.tar.gz"
+ license("GPL-3.0-only")
+
version("1.9", sha256="3372d306a3c4e4e764b3995946132333726a229e9002879b9112779dd442b31a")
depends_on("python@3.5.3:", type=("build", "run"))