8000 pkg_resources is now in types-setuptools by srittau · Pull Request #10681 · python/mypy · GitHub
[go: up one dir, main page]

Skip to content

pkg_resources is now in types-setuptools #10681

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

Merged
merged 1 commit into from
Jun 21, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
pkg_resources is now in types-setuptools
  • Loading branch information
srittau committed Jun 21, 2021
commit bcc40c375573211d58580b76f4d4e8227d161bf6
2 changes: 1 addition & 1 deletion mypy/stubinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
'orjson': StubInfo('types-orjson', py_version=3),
'paramiko': StubInfo('types-paramiko'),
'pathlib2': StubInfo('types-pathlib2', py_version=2),
'pkg_resources': StubInfo('types-pkg_resources', py_version=3),
'pkg_resources': StubInfo('types-setuptools', py_version=3),
'polib': StubInfo('types-polib'),
'pycurl': StubInfo('types-pycurl'),
'pymssql': StubInfo('types-pymssql', py_version=2),
Expand Down
0