Python 3 asyncio selectors fix (#344)
This commit is contained in:
parent
425a83faec
commit
8ece8cc14d
3 changed files with 32 additions and 3 deletions
recipes/python3crystax
|
@ -161,7 +161,7 @@ class Python3Recipe(TargetPythonRecipe):
|
|||
def prebuild_arch(self, arch):
|
||||
super(Python3Recipe, self).prebuild_arch(arch)
|
||||
if self.version == '3.6':
|
||||
Python3Recipe.patches = ['patch_python3.6.patch']
|
||||
Python3Recipe.patches = ['patch_python3.6.patch', 'selectors.patch']
|
||||
build_dir = self.get_build_dir(arch.arch)
|
||||
shprint(sh.ln, '-sf',
|
||||
realpath(join(build_dir, 'Lib/site-packages/README.txt')),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue