Skip to content

Commit b9f2bf7

Browse files
committed
Invert typing_extensions.patch
1 parent 563fe3b commit b9f2bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/sqlalchemy/typing_extensions.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
requires = [
55
"setuptools>=61.0",
66
"cython>=0.29.24; platform_python_implementation == 'CPython'", # Skip cython when using pypy
7-
- "typing_extensions",
7+
+ "typing_extensions",
88
]
99

1010
[tool.black]

0 commit comments

Comments
 (0)