34c046d528
This version drops python 2 support and requires cffi. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
config BR2_PACKAGE_PYTHON_PYCARES
|
|
bool "python-pycares"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
help
|
|
Python interface for c-ares.
|
|
|
|
http://github.com/saghul/pycares
|