Commit 47667497 authored by Simon Marchi's avatar Simon Marchi Committed by Thomas Petazzoni
Browse files

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: default avatarSimon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 4273d4d9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
config BR2_PACKAGE_PYTHON_NETIFACES
	bool "python-netifaces"
	depends on BR2_PACKAGE_PYTHON
	help
	  Portable access to network interfaces from Python.