]> gitweb.michael.orlitzky.com - bash.d.git/blobdiff - sage.sh
sage.sh: use system jedi,jinja2,traitlets
[bash.d.git] / sage.sh
diff --git a/sage.sh b/sage.sh
index 5505ad8156a38cee8f2b597647b0668187e432d8..7935c6b8db76531dcad6ebccefc7bb33f29ec559 100644 (file)
--- a/sage.sh
+++ b/sage.sh
@@ -37,10 +37,12 @@ sage-configure() {
     --with-system-brial=force \
     --with-system-bzip2=force \
     --with-system-cddlib=force \
+    --with-system-certifi=force \
     --with-system-cffi=force \
     --with-system-cliquer=force \
     --with-system-cmake=force \
     --with-system-curl=force \
+    --with-system-dateutil=force \
     --with-system-ecl=force \
     --with-system-eclib=force \
     --with-system-fflas_ffpack=force \
@@ -63,6 +65,8 @@ sage-configure() {
     --with-system-iml=force \
     --with-system-importlib_metadata=force \
     --with-system-isl=force \
+    --with-system-jedi=force \
+    --with-system-jinja2=force \
     --with-system-lcalc=force \
     --with-system-libatomic_ops=force \
     --with-system-libbraiding=force \
@@ -117,9 +121,14 @@ sage-configure() {
     --with-system-tomli=force \
     --with-system-tornado=force \
     --with-system-tox=force \
+    --with-system-traitlets=force \
+    --with-system-typing_extensions=force \
+    --with-system-urllib3=force \
+    --with-system-wcwidth=force \
     --with-system-wheel=force \
     --with-system-xz=force \
     --with-system-zeromq=force \
+    --with-system-zipp=force \
     --with-system-zlib=force \
     "${@}"
 }