From 97ddf0fe001e36724527420da8f0a77cde4fb553 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Aug 2018 09:20:55 +0000 Subject: main/python3: remove unused patches --- main/python3/libressl.patch | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 main/python3/libressl.patch (limited to 'main/python3/libressl.patch') 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 = [ -- cgit v1.2.3