summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-fastaindex/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-fastaindex/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-fastaindex/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-fastaindex/package.py b/var/spack/repos/builtin/packages/py-fastaindex/package.py
index 00d646b4be..7068cce112 100644
--- a/var/spack/repos/builtin/packages/py-fastaindex/package.py
+++ b/var/spack/repos/builtin/packages/py-fastaindex/package.py
@@ -13,6 +13,8 @@ class PyFastaindex(PythonPackage):
homepage = "https://github.com/lpryszcz/FastaIndex"
pypi = "FastaIndex/FastaIndex-0.11rc7.tar.gz"
+ license("GPL-3.0-or-later")
+
version("0.11rc7", sha256="c130a2146bb178ea4f9d228e0d360787046ab4cb0ab53b5b43711dd57e31aff7")
depends_on("py-setuptools", type="build")