Skip to content

Commit

Permalink
Merge pull request #12796 from mgorny/debundled-aliases
Browse files Browse the repository at this point in the history
Add missing `pyproject_hooks` to DEBUNDLED preload list
  • Loading branch information
sbidoul authored Jul 2, 2024
2 parents af719d8 + cc0c381 commit c25a522
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions news/12796.vendor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update the preload list for the ``DEBUNDLED`` case, to replace ``pep517`` that has been renamed to ``pyproject_hooks``.
2 changes: 1 addition & 1 deletion src/pip/_vendor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ def vendored(modulename):
vendored("packaging")
vendored("packaging.version")
vendored("packaging.specifiers")
vendored("pep517")
vendored("pkg_resources")
vendored("platformdirs")
vendored("progress")
vendored("pyproject_hooks")
vendored("requests")
vendored("requests.exceptions")
vendored("requests.packages")
Expand Down

0 comments on commit c25a522

Please sign in to comment.