python-netifaces: enable on Python 3
authorSimon Marchi <simon.marchi@polymtl.ca>
Thu, 20 Nov 2014 15:32:10 +0000 (10:32 -0500)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 22 Nov 2014 18:06:27 +0000 (19:06 +0100)
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>
package/python-netifaces/Config.in

index 29f9fc33a7a26a695ed930d8f21aad64b1fce627..1f54f4bd189322dac3e8bbbd2e241a6e4f465731 100644 (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.