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