diff options
author | Benjamin Trigona-Harany <bosth@alumni.sfu.ca> | 2019-05-16 23:23:07 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-05-18 07:22:18 +0700 |
commit | c3217f94acb46d8ac54b1f53424a35c58d46585f (patch) | |
tree | d67c0b1d80a0388baa5e086d513c666393f22651 /development/jupyter-notebook/jupyter-notebook.info | |
parent | d3f0255e171be21b547d052710d4f6cc527c2563 (diff) |
development/jupyter-notebook: Updated to use Python 3.
Signed-off-by: Benjamin Trigona-Harany <bosth@alumni.sfu.ca>
Diffstat (limited to 'development/jupyter-notebook/jupyter-notebook.info')
-rw-r--r-- | development/jupyter-notebook/jupyter-notebook.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-notebook/jupyter-notebook.info b/development/jupyter-notebook/jupyter-notebook.info index 18bd8ef2afcb..4dc6464743a2 100644 --- a/development/jupyter-notebook/jupyter-notebook.info +++ b/development/jupyter-notebook/jupyter-notebook.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook/notebook-5.7 MD5SUM="858af8768809185c118266128334be72" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="Jinja2 jupyter_client ipaddress jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" +REQUIRES="python3-Jinja2 python3-jupyter_client ipaddress python3-jupyter-ipykernel jupyter-nbconvert python-prometheus_client singledispatch send2trash terminado" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |