summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-whey/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-whey/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-whey/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-whey/package.py b/var/spack/repos/builtin/packages/py-whey/package.py
index ac97b551b5..f3312b29a1 100644
--- a/var/spack/repos/builtin/packages/py-whey/package.py
+++ b/var/spack/repos/builtin/packages/py-whey/package.py
@@ -13,6 +13,8 @@ class PyWhey(PythonPackage):
homepage = "https://github.com/repo-helper/whey"
pypi = "whey/whey-0.0.24.tar.gz"
+ license("MIT")
+
version("0.0.24", sha256="411905d85aa8aa239733818894e08dc20b682f0a3614f942aa35b430db568aa2")
depends_on("py-wheel@0.34.2", type="build")