hostpython: remove dynload patch that is not necessary for host python

This commit is contained in:
Mathieu Virbel 2016-12-04 01:45:49 +01:00
parent 67e8a0fb52
commit 4b364991fc

View file

@ -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: