summaryrefslogtreecommitdiffstats
path: root/development
diff options
context:
space:
mode:
author fourtysixandtwo2023-12-12 13:45:32 +0100
committer Willy Sudiarto Raharjo2023-12-16 02:56:14 +0100
commite02fa9d47710560bf6eaeca89ad7f4cd01641821 (patch)
tree252eeb257d38728c21f49448180e88775199d562 /development
parent7f335270a332a19d0de09a7ab612ba3b98a98eaa (diff)
downloadslackbuilds-e02fa9d47710560bf6eaeca89ad7f4cd01641821.tar.gz
development/jupyter-nbconvert: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development')
-rw-r--r--development/jupyter-nbconvert/jupyter-nbconvert.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/jupyter-nbconvert/jupyter-nbconvert.info b/development/jupyter-nbconvert/jupyter-nbconvert.info
index 988cad7c85..ad9b41b2e3 100644
--- a/development/jupyter-nbconvert/jupyter-nbconvert.info
+++ b/development/jupyter-nbconvert/jupyter-nbconvert.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/n/nbconvert/nbconvert-7
MD5SUM="e46ba33473d3ea87ae3dabbb981cfe56"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python3-hatchling"
+REQUIRES="python3-bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments python3-mistune pandocfilters testpath BeautifulSoup4 tinycss2 python-importlib_metadata"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu@protonmail.com"