diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2022-11-24 20:57:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-11-24 20:57:12 +0700 |
commit | f59d1a451bb455a73afdd7428a8364abbcd2a2c9 (patch) | |
tree | 9b6369f92350fd05e6e630fb092dc41840985773 /development/jupyter-ipykernel | |
parent | 4a09c6a1a8c86d46406ceabd4a40c0446f07e109 (diff) |
development/jupyter-ipykernel: Update DEP.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter-ipykernel')
-rw-r--r-- | development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild | 2 | ||||
-rw-r--r-- | development/jupyter-ipykernel/jupyter-ipykernel.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild index 09dab2fae136..78bfdab60203 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild +++ b/development/jupyter-ipykernel/jupyter-ipykernel.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=jupyter-ipykernel VERSION=${VERSION:-6.17.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.info b/development/jupyter-ipykernel/jupyter-ipykernel.info index 0e08c5d306e7..549869cafed5 100644 --- a/development/jupyter-ipykernel/jupyter-ipykernel.info +++ b/development/jupyter-ipykernel/jupyter-ipykernel.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/i/ipykernel/ipykernel-6 MD5SUM="d656e4c500fa8e0690f6cf40dcb8bb34" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="debugpy ipython jupyter_client psutil python3-hatchling" +REQUIRES="debugpy ipython jupyter_client python3-psutil python3-hatchling" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |