lbry-android-sdk/p4a/pythonforandroidold/recipes/greenlet/__init__.py

12 lines
337 B
Python
Raw Permalink Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
class GreenletRecipe(CompiledComponentsPythonRecipe):
version = '0.4.15'
url = 'https://pypi.python.org/packages/source/g/greenlet/greenlet-{version}.tar.gz'
depends = ['setuptools']
call_hostpython_via_targetpython = False
recipe = GreenletRecipe()