]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)
authorVictor Stinner <vstinner@python.org>
Wed, 20 Jan 2021 16:07:21 +0000 (17:07 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Jan 2021 16:07:21 +0000 (17:07 +0100)
commit75e59a97f5d1fddb0c30ed9747b1b8cb84420a62
treee1b32b3f0f8aaa038a4485a527157a9fac444608
parentc1c3493fb7a3af8efdc50175e592d29e8cb93886
bpo-42856: Add --with-wheel-pkg-dir=PATH configure option (GH-24210)

Add --with-wheel-pkg-dir=PATH option to the ./configure script. If
specified, the ensurepip module looks for setuptools and pip wheel
packages in this directory: if both are present, these wheel packages
are used instead of ensurepip bundled wheel packages.

Some Linux distribution packaging policies recommend against bundling
dependencies. For example, Fedora installs wheel packages in the
/usr/share/python-wheels/ directory and don't install the
ensurepip._bundled package.

ensurepip: Remove unused runpy import.
Doc/library/ensurepip.rst
Doc/whatsnew/3.10.rst
Lib/ensurepip/__init__.py
Lib/test/test_ensurepip.py
Makefile.pre.in
Misc/NEWS.d/next/Build/2021-01-07-12-51-38.bpo-42856.n3cMHV.rst [new file with mode: 0644]
configure
configure.ac