From c79231eb8b786a4d1600405f07b5a041e0819ca1 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Sep 2023 10:39:12 -0400 Subject: [PATCH] sage.sh: use system certifi,dateutil,wcwidth --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage.sh b/sage.sh index 93c9052..f30cb25 100644 --- 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 \ @@ -119,6 +121,7 @@ sage-configure() { --with-system-tox=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 \ -- 2.43.2