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

12 lines
286 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import CythonRecipe
class WSAccellRecipe(CythonRecipe):
version = '0.6.2'
url = 'https://pypi.python.org/packages/source/w/wsaccel/wsaccel-{version}.tar.gz'
depends = []
call_hostpython_via_targetpython = False
recipe = WSAccellRecipe()