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:
Ned Deily 2022-03-14 17:08:28 -04:00 committed by GitHub
parent efa7250159
commit 0cfcc0cbee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 1 additions and 2 deletions

View file

@ -11,7 +11,7 @@ from importlib import resources
__all__ = ["version", "bootstrap"] __all__ = ["version", "bootstrap"]
_PACKAGE_NAMES = ('setuptools', 'pip') _PACKAGE_NAMES = ('setuptools', 'pip')
_SETUPTOOLS_VERSION = "60.9.3" _SETUPTOOLS_VERSION = "58.1.0"
_PIP_VERSION = "22.0.4" _PIP_VERSION = "22.0.4"
_PROJECTS = [ _PROJECTS = [
("setuptools", _SETUPTOOLS_VERSION, "py3"), ("setuptools", _SETUPTOOLS_VERSION, "py3"),

View file

@ -1 +0,0 @@
Upgrade setuptools wheel bundled with ensurepip (setuptools 60.9.3)