summaryrefslogtreecommitdiffstats
path: root/package/python-netifaces/Config.in
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-12-11 21:26:54 +0100
committerPeter Korsgaard <peter@korsgaard.com>2013-12-15 13:41:22 +0100
commit8fd5a94562b771b56e1b06d6b3ea9b9a19e1a52a (patch)
treedd4d9e4fa26721fa53389ea2fb71bf051b8983d1 /package/python-netifaces/Config.in
parenta69b2d3926826d72374800ac8eda6646aa0aa078 (diff)
downloadbuildroot-8fd5a94562b771b56e1b06d6b3ea9b9a19e1a52a.tar.gz
buildroot-8fd5a94562b771b56e1b06d6b3ea9b9a19e1a52a.zip
python-netifaces: convert to the Python package infrastructure
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>
Diffstat (limited to 'package/python-netifaces/Config.in')
-rw-r--r--package/python-netifaces/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-netifaces/Config.in b/package/python-netifaces/Config.in
index b9d66d8b64..29f9fc33a7 100644
--- a/package/python-netifaces/Config.in
+++ b/package/python-netifaces/Config.in
@@ -1,7 +1,6 @@
config BR2_PACKAGE_PYTHON_NETIFACES
bool "python-netifaces"
depends on BR2_PACKAGE_PYTHON
- select BR2_PACKAGE_PYTHON_SETUPTOOLS
help
Portable access to network interfaces from Python.
OpenPOWER on IntegriCloud