Kaydet (Commit) aa2bd80e authored tarafından Tomas Tomecek's avatar Tomas Tomecek

document requirement for ipaddress module

Signed-off-by: 's avatarTomas Tomecek <ttomecek@redhat.com>
üst b65de73a
...@@ -20,6 +20,9 @@ if sys.platform == 'win32': ...@@ -20,6 +20,9 @@ if sys.platform == 'win32':
extras_require = { extras_require = {
':python_version < "3.5"': 'backports.ssl_match_hostname >= 3.5', ':python_version < "3.5"': 'backports.ssl_match_hostname >= 3.5',
# While not imported explicitly, the ipaddress module is required for
# ssl_match_hostname to verify hosts match with certificates via
# ServerAltname: https://pypi.python.org/pypi/backports.ssl_match_hostname
':python_version < "3.3"': 'ipaddress >= 1.0.16', ':python_version < "3.3"': 'ipaddress >= 1.0.16',
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment