Skip to content

Commit a4924fc

Browse files
authored
Merge pull request #3132 from AndreMiras/feature/fix_greenlet_recipe
🐛 Update the greenlet recipe, closes #2806
2 parents 995d65a + 44aabed commit a4924fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pythonforandroid/recipes/greenlet/__init__.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
1+
from pythonforandroid.recipe import PyProjectRecipe
22

33

4-
class GreenletRecipe(CompiledComponentsPythonRecipe):
5-
version = '0.4.15'
4+
class GreenletRecipe(PyProjectRecipe):
5+
version = '3.1.1'
66
url = 'https://pypi.python.org/packages/source/g/greenlet/greenlet-{version}.tar.gz'
77
depends = ['setuptools']
88
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)