summaryrefslogtreecommitdiff
path: root/debian/patches/Drop-dependency-on-ssl-match-hostname-backport.patch
blob: d8c8472002d074347415b689f8a31f335f32112f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Felipe Sateler <fsateler@debian.org>
Date: Tue, 2 Oct 2018 16:33:29 -0300
Subject: Drop dependency on ssl-match-hostname backport

The debian package for python has the backport built in. See #86989.

Closes: #909972
Forwarded: not-needed
---
 setup.py | 1 -
 1 file changed, 1 deletion(-)

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