Skip to content

Commit 9150fab

Browse files
committed
Fix hostpython dependencies not installed for CythonRecipe
1 parent e928129 commit 9150fab

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pythonforandroid/recipe.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,6 +1133,7 @@ def build_arch(self, arch):
11331133
'''Build any cython components, then install the Python module by
11341134
calling pip install with the target Python dir.
11351135
'''
1136+
self.install_hostpython_prerequisites()
11361137
Recipe.build_arch(self, arch)
11371138
self.build_cython_components(arch)
11381139
self.install_python_package(arch)

0 commit comments

Comments
 (0)