work on hostpython and host_setuptools
This commit is contained in:
parent
0b696d6557
commit
805c52bd6d
6 changed files with 9 additions and 38 deletions
recipes/python
|
@ -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", ]
|
||||
depends = ["hostpython", "libffi"]
|
||||
optional_depends = ["openssl"]
|
||||
library = "libpython2.7.a"
|
||||
pbx_libraries = ["libz", "libbz2", "libsqlite3"]
|
||||
|
@ -33,7 +33,6 @@ class PythonRecipe(Recipe):
|
|||
self.append_file("ModulesSetup.mobile", "Modules/Setup.local")
|
||||
if "openssl.build_all" in self.ctx.state:
|
||||
self.append_file("ModulesSetup.openssl", "Modules/Setup.local")
|
||||
|
||||
self.set_marker("patched")
|
||||
|
||||
def build_arch(self, arch):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue