summaryrefslogtreecommitdiffstats
path: root/rules/python3-aiohttp.in
blob: 6c04746ad1012360fffb141ec98604ad6d4d62e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
## SECTION=python3

config PYTHON3_AIOHTTP
	tristate
	select HOST_PYTHON3_SETUPTOOLS
	select PYTHON3
	select PYTHON3_ZLIB
	select PYTHON3_SSL
	select PYTHON3_CHARDET
	prompt "aiohttp"
	help
	  http client/server for asyncio