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

15 lines
357 B
Python
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import CompiledComponentsPythonRecipe
class SQLAlchemyRecipe(CompiledComponentsPythonRecipe):
name = 'sqlalchemy'
version = '1.0.9'
url = 'https://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-{version}.tar.gz'
depends = ['setuptools']
patches = ['zipsafe.patch']
recipe = SQLAlchemyRecipe()