We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb9f4b commit a360860Copy full SHA for a360860
pythonforandroid/recipes/aiohttp/__init__.py
@@ -5,7 +5,8 @@
5
6
class AIOHTTPRecipe(CppCompiledComponentsPythonRecipe): # type: ignore # pylint: disable=R0903
7
version = "3.8.3"
8
- url = "https://github.com/aio-libs/aiohttp/archive/v{version}.zip"name = "aiohttp"
+ url = "https://github.com/aio-libs/aiohttp/archive/v{version}.zip"
9
+ name = "aiohttp"
10
depends: List[str] = ["setuptools"]
11
call_hostpython_via_targetpython = False
12
install_in_hostpython = True
0 commit comments