From ff4833c37e621745a88cd0375212baea4dece483 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sat, 2 Sep 2023 09:48:52 -0400 Subject: [PATCH] sage.sh: use system typing_extensions,urllib3,zipp --- sage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sage.sh b/sage.sh index 5505ad8..93c9052 100644 --- 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 \ "${@}" } -- 2.43.2