Skip to content

Commit 6c47b3c

Browse files
ned-deilyhello-adam
authored andcommitted
Revert "bpo-46986: Upgrade bundled setuptools to 60.9.3 (pythonGH-31820)" (pythonGH-31881)
This reverts commit bda64b3 as it breaks test_bdb and test_distutils with installed Pythons.
1 parent 572aef2 commit 6c47b3c

File tree

4 files changed

+1
-3
lines changed

4 files changed

+1
-3
lines changed

Lib/ensurepip/__init__.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@
1111

1212

1313
__all__ = ["version", "bootstrap"]
14-
_PACKAGE_NAMES = ('setuptools', 'pip')
15-
_SETUPTOOLS_VERSION = "60.9.3"
14+
_SETUPTOOLS_VERSION = "58.1.0"
1615
_PIP_VERSION = "22.0.4"
1716
_PROJECTS = [
1817
("setuptools", _SETUPTOOLS_VERSION, "py3"),
Binary file not shown.
Binary file not shown.

Misc/NEWS.d/next/Library/2022-03-11-13-54-27.bpo-46986.nF1meI.rst

-1
This file was deleted.

0 commit comments

Comments
 (0)