Skip to content

Commit 98a1063

Browse files
authored
Merge pull request kivy#3322 from DreamNik/fix-cython-hostpython-depends
Fix hostpython dependencies not installed for CythonRecipe
2 parents 9344dc1 + 9150fab commit 98a1063

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
@@ -1130,6 +1130,7 @@ def build_arch(self, arch):
11301130
'''Build any cython components, then install the Python module by
11311131
calling pip install with the target Python dir.
11321132
'''
1133+
self.install_hostpython_prerequisites()
11331134
Recipe.build_arch(self, arch)
11341135
self.build_cython_components(arch)
11351136
self.install_python_package(arch)

0 commit comments

Comments
 (0)