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.
2 parents 9168221 + ef442b9 commit 506fb59Copy full SHA for 506fb59
pythonforandroid/recipes/zope_interface/__init__.py
@@ -1,9 +1,9 @@
1
-from pythonforandroid.toolchain import PythonRecipe, shprint, current_directory
2
-from os.path import join
+from pythonforandroid.toolchain import PythonRecipe, current_directory
3
import sh
4
5
6
class ZopeInterfaceRecipe(PythonRecipe):
+ call_hostpython_via_targetpython = False
7
name = 'zope_interface'
8
version = '4.1.3'
9
url = 'https://pypi.python.org/packages/source/z/zope.interface/zope.interface-{version}.tar.gz'
0 commit comments