Skip to content
This repository was archived by the owner on Feb 1, 2023. It is now read-only.

Commit 3e92998

Browse files
author
Matthias Koeppe
committed
configure --disable-notebook: Fix up what packages are disabled
1 parent 82d8030 commit 3e92998

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build/pkgs/matplotlib/dependencies

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
$(PYTHON) numpy freetype pillow dateutil pyparsing tornado six cycler | $(PYTHON_TOOLCHAIN) pytz kiwisolver certifi
1+
$(PYTHON) numpy freetype pillow dateutil pyparsing six cycler | $(PYTHON_TOOLCHAIN) pytz kiwisolver certifi
22

33
----------
44
All lines of this file are ignored except the first.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ AC_SUBST([SAGE_SPKG_OPTIONS])
419419
AC_ARG_ENABLE([notebook],
420420
AS_HELP_STRING([--disable-notebook],
421421
[disable build of the Jupyter notebook and related packages]), [
422-
for pkg in notebook nbconvert nbformat tornado terminado send2trash prometheus_client mistune traitlets pandocfilters bleach defusedxml jsonschema jupyter_jsmol; do
422+
for pkg in notebook nbconvert sagenb_export nbformat terminado send2trash prometheus_client mistune pandocfilters bleach defusedxml jsonschema jupyter_jsmol; do
423423
AS_VAR_SET([SAGE_ENABLE_$pkg], [$enableval])
424424
done
425425
])

0 commit comments

Comments
 (0)