hostpython: remove dynload patch that is not necessary for host python
This commit is contained in:
parent
67e8a0fb52
commit
4b364991fc
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class HostpythonRecipe(Recipe):
|
|||
return
|
||||
self.copy_file("_scproxy.py", "Lib/_scproxy.py")
|
||||
self.apply_patch("ssize-t-max.patch")
|
||||
self.apply_patch("dynload.patch")
|
||||
# self.apply_patch("dynload.patch")
|
||||
self.apply_patch("static-_sqlite3.patch")
|
||||
self.copy_file("ModulesSetup", "Modules/Setup.local")
|
||||
if "openssl.build_all" in self.ctx.state:
|
||||
|
|
Loading…
Add table
Reference in a new issue