1config BR2_PACKAGE_PYTHON_PYCARES
2	bool "python-pycares"
3	select BR2_PACKAGE_PYTHON_CFFI # runtime
4	help
5	  Python interface for c-ares.
6
7	  http://github.com/saghul/pycares
8