mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03:00
Also, remove the "select BR2_PACKAGE_PYTHON_SETUPTOOLS", since setuptools is a host dependency (needed to built the package), not a target dependency. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
config BR2_PACKAGE_PYTHON_NETIFACES
|
|
bool "python-netifaces"
|
|
depends on BR2_PACKAGE_PYTHON
|
|
help
|
|
Portable access to network interfaces from Python.
|
|
|
|
http://alastairs-place.net/projects/netifaces
|