summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-dpath/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-dpath/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-dpath/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-dpath/package.py b/var/spack/repos/builtin/packages/py-dpath/package.py
index 574464c187..1e57e647ea 100644
--- a/var/spack/repos/builtin/packages/py-dpath/package.py
+++ b/var/spack/repos/builtin/packages/py-dpath/package.py
@@ -14,6 +14,8 @@ class PyDpath(PythonPackage):
homepage = "https://github.com/akesterson/dpath-python"
pypi = "dpath/dpath-2.0.1.tar.gz"
+ license("MIT")
+
version("2.0.1", sha256="bea06b5f4ff620a28dfc9848cf4d6b2bfeed34238edeb8ebe815c433b54eb1fa")
depends_on("python@2.7:", type=("build", "run"))