mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 21:53:56 -09:00
Add dependency on c-ares and set env variable to ensure it's used. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
201 B
Plaintext
9 lines
201 B
Plaintext
config BR2_PACKAGE_PYTHON_PYCARES
|
|
bool "python-pycares"
|
|
select BR2_PACKAGE_C_ARES
|
|
select BR2_PACKAGE_PYTHON_CFFI # runtime
|
|
help
|
|
Python interface for c-ares.
|
|
|
|
http://github.com/saghul/pycares
|