From 4398f93ab582c4d48c17047a0bc6ec9cf22f5c21 Mon Sep 17 00:00:00 2001 From: Alexander Polynomdivision Date: Sun, 20 Nov 2016 16:13:21 +0100 Subject: [PATCH] Add 'enable-ssl.patch' to Python2Recipe.patches --- pythonforandroid/recipes/python2/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pythonforandroid/recipes/python2/__init__.py b/pythonforandroid/recipes/python2/__init__.py index 78fca595c2..ee50e28595 100644 --- a/pythonforandroid/recipes/python2/__init__.py +++ b/pythonforandroid/recipes/python2/__init__.py @@ -31,6 +31,7 @@ class Python2Recipe(TargetPythonRecipe): 'patches/fix-dlfcn.patch', 'patches/parsetuple.patch', 'patches/ctypes-find-library-updated.patch', + 'patches/enable-ssl.patch', ('patches/fix-configure-darwin.patch', is_darwin), ('patches/fix-distutils-darwin.patch', is_darwin), ('patches/fix-ftime-removal.patch', is_api_gt(19)),