Skip to content

Commit a360860

Browse files
lost a newline
1 parent ebb9f4b commit a360860

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pythonforandroid/recipes/aiohttp/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
class AIOHTTPRecipe(CppCompiledComponentsPythonRecipe): # type: ignore # pylint: disable=R0903
77
version = "3.8.3"
8-
url = "https://github.com/aio-libs/aiohttp/archive/v{version}.zip"name = "aiohttp"
8+
url = "https://github.com/aio-libs/aiohttp/archive/v{version}.zip"
9+
name = "aiohttp"
910
depends: List[str] = ["setuptools"]
1011
call_hostpython_via_targetpython = False
1112
install_in_hostpython = True

0 commit comments

Comments
 (0)