Skip to content

Commit c25a522

Browse files
authored
Merge pull request #12796 from mgorny/debundled-aliases
Add missing `pyproject_hooks` to DEBUNDLED preload list
2 parents af719d8 + cc0c381 commit c25a522

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

news/12796.vendor.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update the preload list for the ``DEBUNDLED`` case, to replace ``pep517`` that has been renamed to ``pyproject_hooks``.

src/pip/_vendor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ def vendored(modulename):
6565
vendored("packaging")
6666
vendored("packaging.version")
6767
vendored("packaging.specifiers")
68-
vendored("pep517")
6968
vendored("pkg_resources")
7069
vendored("platformdirs")
7170
vendored("progress")
71+
vendored("pyproject_hooks")
7272
vendored("requests")
7373
vendored("requests.exceptions")
7474
vendored("requests.packages")

0 commit comments

Comments
 (0)