From: Michael Orlitzky Date: Sat, 18 Nov 2023 23:57:42 +0000 (-0500) Subject: sage.sh: use system ptyprocess X-Git-Url: https://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=7d7f3afc652a846cd43a96b977b545cac68de331 sage.sh: use system ptyprocess --- diff --git a/sage.sh b/sage.sh index c5cb345..57db823 100644 --- a/sage.sh +++ b/sage.sh @@ -151,6 +151,7 @@ sage-configure() { --with-system-primecountpy=force \ --with-system-primesieve=force \ --with-system-prompt_toolkit=force \ + --with-system-ptyprocess=force \ --with-system-pure_eval=force \ --with-system-pybind11=force \ --with-system-pygments=force \