Skip to content

Commit 0b65866

Browse files
srittauJukkaL
authored andcommitted
pyopenssl types package name was corrected (#10656)
It's now also available for Python 3
1 parent 4905aad commit 0b65866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mypy/stubinfo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
5858
'markdown': StubInfo('types-Markdown'),
5959
'maxminddb': StubInfo('types-maxminddb'),
6060
'mock': StubInfo('types-mock'),
61-
'OpenSSL': StubInfo('types-openssl-python', py_version=2),
61+
'OpenSSL': StubInfo('types-pyOpenSSL'),
6262
'orjson': StubInfo('types-orjson', py_version=3),
6363
'paramiko': StubInfo('types-paramiko'),
6464
'pathlib2': StubInfo('types-pathlib2', py_version=2),

0 commit comments

Comments
 (0)