diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:38:58 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 07:59:46 +0700 |
commit | 2e1e55354ed84e84e3b330666eb5a519a3409ba4 (patch) | |
tree | 0452b9b94f3e8f5a3aae2e8cc98a5a3e74ddfbf5 /development | |
parent | e3d0cf7c962134603dba1d1352df0ceb70070919 (diff) |
development/jupyter_client: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_client/jupyter_client.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter_client/jupyter_client.info b/development/jupyter_client/jupyter_client.info index f418a3f2535b4..b35f86017bbf5 100644 --- a/development/jupyter_client/jupyter_client.info +++ b/development/jupyter_client/jupyter_client.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jupyter/jupyter_client/archive/v7.4.9/jupyter_clien MD5SUM="cdcec4d3bcaa293d0984658be99ab08a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado python3-hatchling" +REQUIRES="entrypoints jupyter_core nest_asyncio python3-dateutil python3-pyzmq python3-tornado" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |