8000
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 9a2ee0b + c0fc02e commit cbab936Copy full SHA for cbab936
pythonforandroid/recipes/greenlet/__init__.py
@@ -1,10 +1,11 @@
1
-from pythonforandroid.recipe import PythonRecipe
+from pythonforandroid.recipe import CompiledComponentsPythonRecipe
2
3
4
-class GreenletRecipe(PythonRecipe):
5
- version = '0.4.9'
+class GreenletRecipe(CompiledComponentsPythonRecipe):
+ version = '0.4.15'
6
url = 'https://pypi.python.org/packages/source/g/greenlet/greenlet-{version}.tar.gz'
7
- depends = [('python2', 'python3crystax')]
+ depends = ['setuptools']
8
+ call_hostpython_via_targetpython = False
9
10
11
recipe = GreenletRecipe()
0 commit comments