development/jupyter-nbconvert: Fix REQUIRES.

Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Isaac Yu 2022-04-09 02:35:07 +01:00 committed by Willy Sudiarto Raharjo
parent e9820e3a02
commit 8c9a4d4c7b
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/nbconvert/nbconvert-6
MD5SUM="011b97b481e5a750c9b11acc87169a34"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments mistune pandocfilters testpath"
REQUIRES="bleach python3-defusedxml jupyter-nbclient jupyterlab_pygments mistune pandocfilters testpath BeautifulSoup4"
MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com"