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>
This commit is contained in:
Simon Marchi 2014-11-20 10:32:10 -05:00 committed by Thomas Petazzoni
parent 4273d4d9ff
commit 47667497ec
1 changed files with 0 additions and 1 deletions

View File

@ -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.