Skip to content

Commit c5cca6d

Browse files
committed
Just remove typing_extensions.patch, we don't need it
1 parent 1983ff9 commit c5cca6d

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

pythonforandroid/recipes/sqlalchemy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class SQLAlchemyRecipe(CompiledComponentsPythonRecipe):
99

1010
depends = ['setuptools', 'typing_extensions']
1111

12-
patches = ['zipsafe.patch', 'typing_extensions.patch']
12+
patches = ['zipsafe.patch']
1313

1414

1515
recipe = SQLAlchemyRecipe()

pythonforandroid/recipes/sqlalchemy/typing_extensions.patch

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)