Skip to content

Commit

Permalink
build/pkgs/python3/SPKG.rst: Mention setuptools/distutils.core dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Koeppe committed May 25, 2024
1 parent 179acfc commit 9468b85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/pkgs/python3/SPKG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ You can also use ``--with-python=/path/to/python3_binary`` to tell Sage to use
a number of Python modules to be available within the Python in question. Currently,
as of Sage 10.3, these modules are as follows: ``sqlite3``, ``ctypes``, ``math``,
``hashlib``, ``socket``, ``zlib``, ``ssl``, ``ensurepip``.
For Python >= 3.12, also ``setuptools`` is required; for older Python versions,
``distutils.core`` is required. These modules will be checked for by the ``configure``
script.

Use the ``configure`` option ``--without-system-python3`` if you want Python 3
built from scratch.
Expand Down

0 comments on commit 9468b85

Please sign in to comment.