We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4905aad commit 0b65866Copy full SHA for 0b65866
mypy/stubinfo.py
@@ -58,7 +58,7 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
58
'markdown': StubInfo('types-Markdown'),
59
'maxminddb': StubInfo('types-maxminddb'),
60
'mock': StubInfo('types-mock'),
61
- 'OpenSSL': StubInfo('types-openssl-python', py_version=2),
+ 'OpenSSL': StubInfo('types-pyOpenSSL'),
62
'orjson': StubInfo('types-orjson', py_version=3),
63
'paramiko': StubInfo('types-paramiko'),
64
'pathlib2': StubInfo('types-pathlib2', py_version=2),
0 commit comments