mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (GH-31820)" (GH-31879)
This reverts commit c99ac3c364
as it breaks test_bdb and test_distutils with installed Pythons.
This commit is contained in:
parent
879fbd9472
commit
19f69993ae
4 changed files with 1 additions and 2 deletions
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
__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