Skip to content

Commit ec28623

Browse files
author
Matthias Koeppe
committed
build/make/Makefile.in: Update documentation of PYTHON_TOOLCHAIN
1 parent af414b6 commit ec28623

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

build/make/Makefile.in

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -322,9 +322,8 @@ toolchain-deps:
322322
all-toolchain: base-toolchain
323323
+$(MAKE_REC) toolchain-deps
324324

325-
# All packages needed as a prerequisite to install other Python packages with
326-
# pip or which are otherwise used by the Python build tools; these should be
327-
# given as a prerequisite to any pip-installed packages
325+
# Shorthand for a list of packages sufficient for building and installing
326+
# typical Python packages from source. Wheel packages only need pip.
328327
PYTHON_TOOLCHAIN = setuptools pip setuptools_scm wheel setuptools_wheel
329328

330329
# Trac #32056: Avoid installed setuptools leaking into the build of python3 by uninstalling it.

0 commit comments

Comments
 (0)