summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2018-10-02 16:33:29 -0300
committerFelipe Sateler <fsateler@debian.org>2018-10-02 16:37:29 -0300
commit9b96a5b398b5fcc193ac7f481b7104bc908e0699 (patch)
treefa3234482d91a0afd95897562675d86e34eac259
parentde76c7e022fc0d6f451def4b048f2f5639dd52c4 (diff)
Drop dependency on ssl-match-hostname backport
The debian package for python has the backport built in. See #86989. Closes: #909972 Forwarded: not-needed Gbp-Pq: Name Drop-dependency-on-ssl-match-hostname-backport.patch
-rw-r--r--setup.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 57b2b5a..553e7b2 100644
--- a/setup.py
+++ b/setup.py
@@ -17,7 +17,6 @@ requirements = [
]
extras_require = {
- ':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