Skip to content

Commit 44aabed

Browse files
committed
🐛 Update the greenlet recipe, closes #2806
Fixes build time errors, but runtime not tested.
1 parent 995d65a commit 44aabed

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)