1config BR2_PACKAGE_PYTHON_AIODNS
2	bool "python-aiodns"
3	select BR2_PACKAGE_PYTHON_PYCARES # runtime
4	help
5	  Simple DNS resolver for asyncio.
6
7	  http://github.com/saghul/aiodns
8