development/jupyter-notebook_shim: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:38:58 -07:00 committed by Willy Sudiarto Raharjo
parent 4795187204
commit e3d0cf7c96
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/notebook_shim/noteboo
MD5SUM="7d0562e033369d243b282646642a1f1a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jupyter_server python3-hatchling"
REQUIRES="jupyter_server"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"