Skip to content

Commit

Permalink
pyopenssl types package name was corrected (#10656)
Browse files Browse the repository at this point in the history
It's now also available for Python 3
  • Loading branch information
srittau committed Jun 16, 2021
1 parent 4dd954f commit d87d468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mypy/stubinfo.py
Expand Up @@ -58,7 +58,7 @@ def is_legacy_bundled_package(prefix: str, py_version: int) -> bool:
'markdown': StubInfo('types-Markdown'),
'maxminddb': StubInfo('types-maxminddb'),
'mock': StubInfo('types-mock'),
'OpenSSL': StubInfo('types-openssl-python', py_version=2),
'OpenSSL': StubInfo('types-pyOpenSSL'),
'orjson': StubInfo('types-orjson', py_version=3),
'paramiko': StubInfo('types-paramiko'),
'pathlib2': StubInfo('types-pathlib2', py_version=2),
Expand Down

0 comments on commit d87d468

Please sign in to comment.