summaryrefslogtreecommitdiffstats
path: root/rules/python3-aiohttp.in
blob: 6e9d4a2db27cc55d847a678d61895021be2ddd38 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## 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
	prompt "aiohttp"
	help
	  http client/server for asyncio