mirror of
https://github.com/python/cpython.git
synced 2025-07-23 03:05:38 +00:00
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31880)
This reverts commit 25962e4e60
as it breaks test_bdb and test_distutils with installed Pythons.
This commit is contained in:
parent
efa7250159
commit
0cfcc0cbee
4 changed files with 1 additions and 2 deletions
|
@ -11,7 +11,7 @@ from importlib import resources
|
|||
|
||||
__all__ = ["version", "bootstrap"]
|
||||
_PACKAGE_NAMES = ('setuptools', 'pip')
|
||||
_SETUPTOOLS_VERSION = "60.9.3"
|
||||
_SETUPTOOLS_VERSION = "58.1.0"
|
||||
_PIP_VERSION = "22.0.4"
|
||||
_PROJECTS = [
|
||||
("setuptools", _SETUPTOOLS_VERSION, "py3"),
|
||||
|
|
BIN
Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
Normal file
BIN
Lib/ensurepip/_bundled/setuptools-58.1.0-py3-none-any.whl
Normal file
Binary file not shown.
Binary file not shown.
|
@ -1 +0,0 @@
|
|||
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)
|
Loading…
Add table
Add a link
Reference in a new issue