From: Simon Marchi Date: Thu, 20 Nov 2014 15:32:10 +0000 (-0500) Subject: python-netifaces: enable on Python 3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=47667497ec2622263bbd3cacc109beed7e7bea7c;p=buildroot.git 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 --- diff --git a/package/python-netifaces/Config.in b/package/python-netifaces/Config.in index 29f9fc33a7..1f54f4bd18 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.