diff --git a/pythonforandroid/recipes/pyasn1/__init__.py b/pythonforandroid/recipes/pyasn1/__init__.py index 29670cabde..39aac4e49c 100644 --- a/pythonforandroid/recipes/pyasn1/__init__.py +++ b/pythonforandroid/recipes/pyasn1/__init__.py @@ -1,10 +1,9 @@ - from pythonforandroid.toolchain import PythonRecipe - class PyASN1Recipe(PythonRecipe): version = '0.1.8' url = 'https://pypi.python.org/packages/source/p/pyasn1/pyasn1-{version}.tar.gz' depends = ['python2'] + call_hostpython_via_targetpython = False recipe = PyASN1Recipe()