summaryrefslogtreecommitdiff
path: root/package/python-netifaces
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2014-11-20 10:32:10 -0500
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-11-22 19:06:27 +0100
commit47667497ec2622263bbd3cacc109beed7e7bea7c (patch)
tree22648379da97cc9bb2478f4e28b43bcb6dc7d115 /package/python-netifaces
parent4273d4d9ff5b9c104d7447d96199e2cadbf790e3 (diff)
python-netifaces: enable on Python 3
Version 0.10.4 is compatible with python 3. [Thomas: change the patch to simply remove the dependency on BR2_PACKAGE_PYTHON, so that the package can be seen when either python or python3 are used.] Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-netifaces')
-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 29f9fc33a..1f54f4bd1 100644
--- a/package/python-netifaces/Config.in
+++ b/package/python-netifaces/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_PYTHON_NETIFACES
bool "python-netifaces"
- depends on BR2_PACKAGE_PYTHON
help
Portable access to network interfaces from Python.