From 87d2c8b9fc90e44faad6969c1cb1926efde8b037 Mon Sep 17 00:00:00 2001 From: Ben Hagen Date: Fri, 12 Jun 2015 14:14:38 +0200 Subject: [PATCH] don't enforce python to compile SSL --- recipes/python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/python/__init__.py b/recipes/python/__init__.py index 2e0b3a3..0c40576 100644 --- a/recipes/python/__init__.py +++ b/recipes/python/__init__.py @@ -7,7 +7,7 @@ import os class PythonRecipe(Recipe): version = "2.7.1" url = "https://www.python.org/ftp/python/{version}/Python-{version}.tar.bz2" - depends = ["hostpython", "libffi", "openssl"] + depends = ["hostpython", "libffi", ] library = "libpython2.7.a" pbx_libraries = ["libz", "libbz2", "libsqlite3"]