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 b078955 commit ebb9f4bCopy full SHA for ebb9f4b
pythonforandroid/recipes/aiohttp/__init__.py
@@ -2,9 +2,10 @@
2
from typing import List
3
from pythonforandroid.recipe import CppCompiledComponentsPythonRecipe
4
5
+
6
class AIOHTTPRecipe(CppCompiledComponentsPythonRecipe): # type: ignore # pylint: disable=R0903
- url = "https://files.pythonhosted.org/packages/ff/4f/62d9859b7d4e6dc32feda67815c5f5ab4421e6909e48cbc970b6a40d60b7/aiohttp-3.8.3.tar.gz"
7
- name = "aiohttp"
+ version = "3.8.3"
8
+ url = "https://github.com/aio-libs/aiohttp/archive/v{version}.zip"name = "aiohttp"
9
depends: List[str] = ["setuptools"]
10
call_hostpython_via_targetpython = False
11
install_in_hostpython = True
0 commit comments