We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af414b6 commit ec28623Copy full SHA for ec28623
build/make/Makefile.in
@@ -322,9 +322,8 @@ toolchain-deps:
322
all-toolchain: base-toolchain
323
+$(MAKE_REC) toolchain-deps
324
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
+# Shorthand for a list of packages sufficient for building and installing
+# typical Python packages from source. Wheel packages only need pip.
328
PYTHON_TOOLCHAIN = setuptools pip setuptools_scm wheel setuptools_wheel
329
330
# Trac #32056: Avoid installed setuptools leaking into the build of python3 by uninstalling it.
0 commit comments