From 47667497ec2622263bbd3cacc109beed7e7bea7c Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Thu, 20 Nov 2014 10:32:10 -0500 Subject: [PATCH] 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 Signed-off-by: Thomas Petazzoni --- package/python-netifaces/Config.in | 1 - 1 file changed, 1 deletion(-) 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.