From: Michael Orlitzky Date: Sun, 4 Feb 2024 15:17:11 +0000 (-0500) Subject: sage.sh: use pyproject_api from the system X-Git-Url: http://gitweb.michael.orlitzky.com/?p=bash.d.git;a=commitdiff_plain;h=31dc84135097a20677a92bc8c837cdabc8d959fc sage.sh: use pyproject_api from the system --- diff --git a/sage.sh b/sage.sh index 4e283d3..940c9b3 100644 --- a/sage.sh +++ b/sage.sh @@ -149,6 +149,7 @@ sage-configure() { --with-system-pybind11=force \ --with-system-pygments=force \ --with-system-pyparsing=force \ + --with-system-pyproject_api=force \ --with-system-pyproject_metadata=force \ --with-system-python3=force \ --with-system-pyrsistent=force \