Skip to content

Commit c86a56c

Browse files
authored
Merge pull request kivy#1595 from opacam/fix-reportlab
Fix reportlab's recipe `crypt.h` error, fixes kivy#1575
2 parents bf214b3 + 08fe83b commit c86a56c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pythonforandroid/recipes/reportlab/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ class ReportLabRecipe(CompiledComponentsPythonRecipe):
99
version = 'c088826211ca'
1010
url = 'https://bitbucket.org/rptlab/reportlab/get/{version}.tar.gz'
1111
depends = ['freetype']
12+
call_hostpython_via_targetpython = False
1213

1314
def prebuild_arch(self, arch):
1415
if not self.is_patched(arch):

0 commit comments

Comments
 (0)