]> gitweb.michael.orlitzky.com - bash.d.git/commitdiff
sage.sh: use system typing_extensions,urllib3,zipp
authorMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Sep 2023 13:48:52 +0000 (09:48 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Sat, 2 Sep 2023 13:48:52 +0000 (09:48 -0400)
sage.sh

diff --git a/sage.sh b/sage.sh
index 5505ad8156a38cee8f2b597647b0668187e432d8..93c90525037a550511f906a5d4739f16e089e831 100644 (file)
--- a/sage.sh
+++ b/sage.sh
@@ -117,9 +117,12 @@ sage-configure() {
     --with-system-tomli=force \
     --with-system-tornado=force \
     --with-system-tox=force \
+    --with-system-typing_extensions=force \
+    --with-system-urllib3=force \
     --with-system-wheel=force \
     --with-system-xz=force \
     --with-system-zeromq=force \
+    --with-system-zipp=force \
     --with-system-zlib=force \
     "${@}"
 }