summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-14 18:38:58 +0100
committer Willy Sudiarto Raharjo2023-12-22 01:59:46 +0100
commit8537fbbb6034da76e81d552d07ac05761cd460a6 (patch)
treeb94b00dba869e79e7c794f640448e18cdcd799db
parentb44834280ec3b39a3202325b5be0f3217f4aae71 (diff)
downloadslackbuilds-8537fbbb6034da76e81d552d07ac05761cd460a6.tar.gz
development/jupyter-ipykernel: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--development/jupyter-ipykernel/jupyter-ipykernel.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-ipykernel/jupyter-ipykernel.info b/development/jupyter-ipykernel/jupyter-ipykernel.info
index 0485134bd9..2872d5a598 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="6f32e8bed3dd9ac6220eaa9c62975f68"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-debugpy ipython jupyter_client python3-psutil python3-hatchling python3-comm"
+REQUIRES="python3-debugpy ipython jupyter_client python3-psutil python3-comm"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"