浏览代码

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>
Simon Marchi 10 年之前
父节点
当前提交
47667497ec
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      package/python-netifaces/Config.in

+ 0 - 1
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.