summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/py-python-editor/package.py
diff options
context:
space:
mode:
Diffstat (limited to 'var/spack/repos/builtin/packages/py-python-editor/package.py')
-rw-r--r--var/spack/repos/builtin/packages/py-python-editor/package.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-python-editor/package.py b/var/spack/repos/builtin/packages/py-python-editor/package.py
index d624a1ecde..87d744fed1 100644
--- a/var/spack/repos/builtin/packages/py-python-editor/package.py
+++ b/var/spack/repos/builtin/packages/py-python-editor/package.py
@@ -12,6 +12,8 @@ class PyPythonEditor(PythonPackage):
pypi = "python-editor/python-editor-1.0.4.tar.gz"
+ license("Apache-2.0")
+
version("1.0.4", sha256="51fda6bcc5ddbbb7063b2af7509e43bd84bfc32a4ff71349ec7847713882327b")
depends_on("python@2.7.0:2.7,3.4:", type=("build", "run"))