We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5abb0ec commit 87d099fCopy full SHA for 87d099f
pythonforandroid/recipes/regex/__init__.py
@@ -7,6 +7,7 @@ class RegexRecipe(CompiledComponentsPythonRecipe):
7
url = 'https://pypi.python.org/packages/d1/23/5fa829706ee1d4452552eb32e0bfc1039553e01f50a8754c6f7152e85c1b/regex-{version}.tar.gz'
8
9
depends = ['setuptools']
10
+ call_hostpython_via_targetpython = False
11
12
13
recipe = RegexRecipe()
0 commit comments