SIGN IN SIGN UP

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.
V
Victor Stinner committed
75e59a97f5d1fddb0c30ed9747b1b8cb84420a62
Parent: c1c3493
Committed by GitHub <noreply@github.com> on 1/20/2021, 4:07:21 PM