summaryrefslogtreecommitdiffstats
path: root/rules/python3-aiohttp.in
blob: 333d78e580d9aa8b2c2f2aec7e0a1b443aa86359 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
## SECTION=python3

config PYTHON3_AIOHTTP
	tristate
	select PYTHON3
	select PYTHON3_SSL
	select PYTHON3_CHARDET		if RUNTIME
	select PYTHON3_MULTIDICT	if RUNTIME
	select PYTHON3_YARL		if RUNTIME
	select PYTHON3_ASYNC_TIMEOUT	if RUNTIME
	select PYTHON3_ATTRS		if RUNTIME
	select PYTHON3_IDNA_SSL		if RUNTIME
	select PYTHON3_CHARSET_NORMALIZER	if RUNTIME
	select PYTHON3_AIOSIGNAL	if RUNTIME
	prompt "aiohttp"
	help
	  http client/server for asyncio