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 995d65a + 44aabed commit a4924fcCopy full SHA for a4924fc
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