diff --git a/pythonforandroid/recipes/greenlet/__init__.py b/pythonforandroid/recipes/greenlet/__init__.py index d9b208476f..11542b7abc 100644 --- a/pythonforandroid/recipes/greenlet/__init__.py +++ b/pythonforandroid/recipes/greenlet/__init__.py @@ -2,7 +2,7 @@ class GreenletRecipe(PyProjectRecipe): - version = '3.1.1' + version = '3.5.1' url = 'https://pypi.python.org/packages/source/g/greenlet/greenlet-{version}.tar.gz' depends = ['setuptools'] call_hostpython_via_targetpython = False