pypa / setuptools

Official project repository for the Setuptools build system
https://pypi.org/project/setuptools/
MIT License
2.36k stars 1.15k forks source link

vendored packages are out of date #4253

Closed jaraco closed 2 months ago

jaraco commented 3 months ago

A lot has changed since the vendored packages were last updated. Attempting to update them leads to some failures like:

  File "/Users/jaraco/code/pypa/setuptools/setuptools/_vendor/jaraco/functools/__init__.py", line 10, in <module>
    import more_itertools
ModuleNotFoundError: No module named 'more_itertools'

It's probably time to refresh the vendored dependencies.

jaraco commented 2 months ago

I tried pushing the fix, but it breaks all over the place, so I've created a PR to track.