Skip to content

Commit

Permalink
Remove vendored html5lib.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbidoul committed Jul 16, 2022
1 parent bb2a3d7 commit d3a318f
Show file tree
Hide file tree
Showing 39 changed files with 1 addition and 13,269 deletions.
1 change: 1 addition & 0 deletions news/html5lib.vendor.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove vendored html5lib.
3 changes: 0 additions & 3 deletions src/pip/_vendor/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,6 @@ Modifications
rather than ``appdirs``.
* ``packaging`` has been modified to import its dependencies from
``pip._vendor``.
* ``html5lib`` has been modified to import six from ``pip._vendor``, to prefer
importing from ``collections.abc`` instead of ``collections`` and does not
import ``xml.etree.cElementTree`` on Python 3.
* ``CacheControl`` has been modified to import its dependencies from
``pip._vendor``.
* ``requests`` has been modified to import its other dependencies from
Expand Down
1 change: 0 additions & 1 deletion src/pip/_vendor/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ def vendored(modulename):
vendored("colorama")
vendored("distlib")
vendored("distro")
vendored("html5lib")
vendored("six")
vendored("six.moves")
vendored("six.moves.urllib")
Expand Down
1 change: 0 additions & 1 deletion src/pip/_vendor/html5lib.pyi

This file was deleted.

20 changes: 0 additions & 20 deletions src/pip/_vendor/html5lib/LICENSE

This file was deleted.

35 changes: 0 additions & 35 deletions src/pip/_vendor/html5lib/__init__.py

This file was deleted.

289 changes: 0 additions & 289 deletions src/pip/_vendor/html5lib/_ihatexml.py

This file was deleted.

Loading

0 comments on commit d3a318f

Please sign in to comment.