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)),