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:47 +0700 |
commit | dd06f26a9ce992c0c9f1a60ef0624b42f9672b7c (patch) | |
tree | e410878cf72de1d8b749410cc95879e0d7f5bbf7 /development | |
parent | fc54ae93f0daeede99162bdaacf0a6c0e0d946bc (diff) |
development/jupyter_core: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r-- | development/jupyter_core/jupyter_core.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter_core/jupyter_core.info b/development/jupyter_core/jupyter_core.info index 532b0280c8093..9520d5c0a43f6 100644 --- a/development/jupyter_core/jupyter_core.info +++ b/development/jupyter_core/jupyter_core.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/jupyter/jupyter_core/archive/v5.3.0/jupyter_core-5. MD5SUM="4fb7febaf94413db9e64c7cc31dd399e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="traitlets python3-platformdirs python3-hatchling" +REQUIRES="traitlets python3-platformdirs" MAINTAINER="Isaac Yu" EMAIL="isaacyu@protonmail.com" |