Skip to content

Commit 5b23bf6

Browse files
committed
configure.ac: disable soupsieve with --disable-notebook
The soupsieve package is a dependency of beautifulsoup4, which is already disabled with --disable-notebook. It should therefore be safe to disable soupsieve under the same circumstances.
1 parent c3521b9 commit 5b23bf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ AC_ARG_ENABLE([cvxopt],
507507
AC_ARG_ENABLE([notebook],
508508
AS_HELP_STRING([--disable-notebook],
509509
[disable build of the Jupyter notebook and related packages]), [
510-
for pkg in notebook nbconvert beautifulsoup4 sagenb_export nbformat nbclient terminado send2trash prometheus_client mistune pandocfilters bleach defusedxml jsonschema jupyter_jsmol argon2_cffi argon2_cffi_bindings webencodings tinycss2; do
510+
for pkg in notebook nbconvert beautifulsoup4 sagenb_export nbformat nbclient terminado send2trash prometheus_client mistune pandocfilters bleach defusedxml jsonschema jupyter_jsmol argon2_cffi argon2_cffi_bindings webencodings tinycss2 soupsieve; do
511511
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
512512
done
513513
])

0 commit comments

Comments
 (0)