File tree Expand file tree Collapse file tree 2 files changed +6
-16
lines changed
pythonforandroid/recipes/sqlalchemy Expand file tree Collapse file tree 2 files changed +6
-16
lines changed Original file line number Diff line number Diff line change 2
2
3
3
4
4
class SQLAlchemyRecipe (CompiledComponentsPythonRecipe ):
5
- name = ' sqlalchemy'
6
- version = ' 2.0.40'
7
- url = ' https://files.pythonhosted.org/packages/68/c3/3f2bfa5e4dcd9938405fe2fab5b6ab94a9248a4f9536ea2fd497da20525f/sqlalchemy-2.0.40.tar.gz'
8
- call_hostpython_via_targetpython = False
5
+ name = " sqlalchemy"
6
+ version = " 2.0.40"
7
+ url = " https://files.pythonhosted.org/packages/68/c3/3f2bfa5e4dcd9938405fe2fab5b6ab94a9248a4f9536ea2fd497da20525f/sqlalchemy-2.0.40.tar.gz"
8
+ call_hostpython_via_targetpython = False
9
9
10
- depends = [' setuptools' , ' typing_extensions' ]
10
+ depends = [" setuptools" , " typing_extensions" ]
11
11
12
- patches = [' zipsafe.patch' , 'typing_extensions.patch' ]
12
+ patches = [" zipsafe.patch" ]
13
13
14
14
15
15
recipe = SQLAlchemyRecipe ()
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments