summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-pyinstrument-cext/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-pyinstrument-cext/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-pyinstrument-cext/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-pyinstrument-cext/package.py b/var/spack/repos/builtin/packages/py-pyinstrument-cext/package.py
index 39356506ad..ebd2cdc539 100644
--- a/var/spack/repos/builtin/packages/py-pyinstrument-cext/package.py
+++ b/var/spack/repos/builtin/packages/py-pyinstrument-cext/package.py
@@ -12,6 +12,8 @@ class PyPyinstrumentCext(PythonPackage):
homepage = "https://github.com/joerick/pyinstrument_cext"
pypi = "pyinstrument_cext/pyinstrument_cext-0.2.2.tar.gz"
+ license("BSD-3-Clause")
+
version("0.2.2", sha256="f29e25f71d74c0415ca9310e5567fff0f5d29f4240a09a885abf8b0eed71cc5b")
depends_on("py-setuptools", type="build")