aboutsummaryrefslogtreecommitdiffstats
path: root/main/python3/libressl.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-08-23 09:20:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-08-23 09:21:37 +0000
commit97ddf0fe001e36724527420da8f0a77cde4fb553 (patch)
tree70a5d77f3f5e29056267ad79474e707f42ba6d7d /main/python3/libressl.patch
parentb93125b7b1ef4e1dde5fd205a59469a250ad9669 (diff)
downloadaports-97ddf0fe001e36724527420da8f0a77cde4fb553.tar.bz2
aports-97ddf0fe001e36724527420da8f0a77cde4fb553.tar.xz
main/python3: remove unused patches
Diffstat (limited to 'main/python3/libressl.patch')
-rw-r--r--main/python3/libressl.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/main/python3/libressl.patch b/main/python3/libressl.patch
deleted file mode 100644
index 21d9ed67d7..0000000000
--- a/main/python3/libressl.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- Python-3.6.3.orig/Lib/test/test_ssl.py
-+++ Python-3.6.3/Lib/test/test_ssl.py
-@@ -3303,6 +3303,7 @@
- self.assertIs(stats['client_npn_protocol'], None)
-
- @unittest.skipUnless(ssl.HAS_NPN, "NPN support needed for this test")
-+ @unittest.skipIf(IS_LIBRESSL, "LibreSSL doesn't support NPN anymore")
- def test_npn_protocols(self):
- server_protocols = ['http/1.1', 'spdy/2']
- protocol_tests = [