Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vendored packages are out of date #4253

Closed
jaraco opened this issue Mar 3, 2024 · 1 comment · Fixed by #4299
Closed

vendored packages are out of date #4253

jaraco opened this issue Mar 3, 2024 · 1 comment · Fixed by #4299

Comments

@jaraco
Copy link
Member

jaraco commented Mar 3, 2024

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
Copy link
Member Author

jaraco commented Apr 12, 2024

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

jaraco added a commit that referenced this issue Apr 12, 2024
jaraco added a commit that referenced this issue Apr 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant