don't enforce python to compile SSL

This commit is contained in:
Ben Hagen 2015-06-12 14:14:38 +02:00 committed by Kamerawerk GmbH
parent a241a524b1
commit 87d2c8b9fc

View file

@ -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"]