summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-junit-xml/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-junit-xml/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-junit-xml/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-junit-xml/package.py b/var/spack/repos/builtin/packages/py-junit-xml/package.py
index a1afd5d2d9..6555b427fb 100644
--- a/var/spack/repos/builtin/packages/py-junit-xml/package.py
+++ b/var/spack/repos/builtin/packages/py-junit-xml/package.py
@@ -13,6 +13,8 @@ class PyJunitXml(PythonPackage):
homepage = "https://github.com/kyrus/python-junit-xml"
pypi = "junit-xml/junit-xml-1.7.tar.gz"
+ license("MIT")
+
version("1.7", sha256="5bc851b53e3e2153dcc62278ce2aa796a8ae9208f1dec36d1507b5af445ce355")
depends_on("py-setuptools", type="build")