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: https://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=31dc84135097a20677a92bc8c837cdabc8d959fc;hp=e00fd03d9218f70fab55c05c705b7cd744979e72;p=bash.d.git 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 \