Skip to content

Commit 64deb99

Browse files
srittauJukkaL
authored andcommitted
pkg_resources is now in types-setuptools (#10681)
Depends on python/typeshed#5669
1 parent e8cf526 commit 64deb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubinfo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
6262
'orjson': StubInfo('types-orjson', py_version=3),
6363
'paramiko': StubInfo('types-paramiko'),
6464
'pathlib2': StubInfo('types-pathlib2', py_version=2),
65-
'pkg_resources': StubInfo('types-pkg_resources', py_version=3),
65+
'pkg_resources': StubInfo('types-setuptools', py_version=3),
6666
'polib': StubInfo('types-polib'),
6767
'pycurl': StubInfo('types-pycurl'),
6868
'pymssql': StubInfo('types-pymssql', py_version=2),

0 commit comments

Comments
 (0)