don't enforce python to compile SSL
This commit is contained in:
parent
a241a524b1
commit
87d2c8b9fc
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import os
|
||||||
class PythonRecipe(Recipe):
|
class PythonRecipe(Recipe):
|
||||||
version = "2.7.1"
|
version = "2.7.1"
|
||||||
url = "https://www.python.org/ftp/python/{version}/Python-{version}.tar.bz2"
|
url = "https://www.python.org/ftp/python/{version}/Python-{version}.tar.bz2"
|
||||||
depends = ["hostpython", "libffi", "openssl"]
|
depends = ["hostpython", "libffi", ]
|
||||||
library = "libpython2.7.a"
|
library = "libpython2.7.a"
|
||||||
pbx_libraries = ["libz", "libbz2", "libsqlite3"]
|
pbx_libraries = ["libz", "libbz2", "libsqlite3"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue