summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-wxmplot/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-wxmplot/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-wxmplot/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-wxmplot/package.py b/var/spack/repos/builtin/packages/py-wxmplot/package.py
index 79424f2cdd..558df18715 100644
--- a/var/spack/repos/builtin/packages/py-wxmplot/package.py
+++ b/var/spack/repos/builtin/packages/py-wxmplot/package.py
@@ -12,6 +12,8 @@ class PyWxmplot(PythonPackage):
homepage = "https://newville.github.io/wxmplot/"
pypi = "wxmplot/wxmplot-0.9.38.tar.gz"
+ license("MIT")
+
version("0.9.38", sha256="82dc64abb42bdd03ec7067a3aa2a475001f2bc8e4772149bae47facf460c0081")
depends_on("py-setuptools", type="build")