summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-hatch-requirements-txt/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-hatch-requirements-txt/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-hatch-requirements-txt/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-hatch-requirements-txt/package.py b/var/spack/repos/builtin/packages/py-hatch-requirements-txt/package.py
index 6f2489e2a9..75a5136ba9 100644
--- a/var/spack/repos/builtin/packages/py-hatch-requirements-txt/package.py
+++ b/var/spack/repos/builtin/packages/py-hatch-requirements-txt/package.py
@@ -12,6 +12,8 @@ class PyHatchRequirementsTxt(PythonPackage):
homepage = "https://github.com/repo-helper/hatch-requirements-txt"
pypi = "hatch_requirements_txt/hatch_requirements_txt-0.4.0.tar.gz"
+ license("MIT")
+
version("0.4.0", sha256="800509946e85d9e56d73242fab223ec36db50372e870a04e2dd1fd9bad98455d")
depends_on("python@3.6.1:", type=("build", "run"))