Skip to content

Commit c59c407

Browse files
committed
configure.ac: disable fastjsonschema with --disable-notebook
The fastjsonschema package is solely a dependency of nbformat, which is already disabled with --disable-notebook. We should therefore disable fastjsonschema with --disable-notebook as well.
1 parent fb5c951 commit c59c407

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 soupsieve; 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 fastjsonschema; do
511511
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
512512
done
513513
])

0 commit comments

Comments
 (0)