aboutsummaryrefslogtreecommitdiff
path: root/development/jupyter_packaging
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2023-12-14 10:38:59 -0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-12-22 07:59:47 +0700
commit5eb6752fe3d1d35266cff0f15dd72effe3698dc6 (patch)
tree333087ffad4862892a22fe073b4e53f2b2190577 /development/jupyter_packaging
parent31bcd78891ea7d423ae9f63170516b5452e8010f (diff)
development/jupyter_packaging: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/jupyter_packaging')
-rw-r--r--development/jupyter_packaging/jupyter_packaging.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter_packaging/jupyter_packaging.info b/development/jupyter_packaging/jupyter_packaging.info
index 957f8c331b12d..9d19502b33087 100644
--- a/development/jupyter_packaging/jupyter_packaging.info
+++ b/development/jupyter_packaging/jupyter_packaging.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.io/packages/source/j/jupyter_packaging/jupyter_packaging-
MD5SUM="6d39c1382acccdc5dd85ce5702c9ef8f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-deprecation python3-tomlkit python3-wheel"
+REQUIRES="python3-deprecation python3-tomlkit"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"