We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 995d65a commit 44aabedCopy full SHA for 44aabed
pythonforandroid/recipes/greenlet/__init__.py
@@ -1,8 +1,8 @@
1
-from pythonforandroid.recipe import CompiledComponentsPythonRecipe
+from pythonforandroid.recipe import PyProjectRecipe
2
3
4
-class GreenletRecipe(CompiledComponentsPythonRecipe):
5
- version = '0.4.15'
+class GreenletRecipe(PyProjectRecipe):
+ version = '3.1.1'
6
url = 'https://pypi.python.org/packages/source/g/greenlet/greenlet-{version}.tar.gz'
7
depends = ['setuptools']
8
call_hostpython_via_targetpython = False
0 commit comments