diff --git a/pythonforandroid/recipes/zope_interface/__init__.py b/pythonforandroid/recipes/zope_interface/__init__.py index 3a54b9cc11..3c8afc2499 100644 --- a/pythonforandroid/recipes/zope_interface/__init__.py +++ b/pythonforandroid/recipes/zope_interface/__init__.py @@ -1,9 +1,9 @@ -from pythonforandroid.toolchain import PythonRecipe, shprint, current_directory -from os.path import join +from pythonforandroid.toolchain import PythonRecipe, current_directory import sh class ZopeInterfaceRecipe(PythonRecipe): + call_hostpython_via_targetpython = False name = 'zope_interface' version = '4.1.3' url = 'https://pypi.python.org/packages/source/z/zope.interface/zope.interface-{version}.tar.gz'