python-pyzmq: enable PyZMQ for Python 3
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 14 Jul 2014 02:35:17 +0000 (22:35 -0400)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 15 Jul 2014 18:09:31 +0000 (20:09 +0200)
The PyZMQ package is currently limited to Python 2; however, its
build system does not require the Python 2 interpreter and will work
as is with Python 3 (tested).

Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-pyzmq/Config.in

index b83c09cf6c3111cc8cd016ddf4052fa255a805f4..0f868d0b4ab88676bbdba23df14b7e2f6b406d90 100644 (file)
@@ -5,7 +5,6 @@ config BR2_PACKAGE_PYTHON_PYZMQ
        depends on BR2_USE_WCHAR # zeromq
        depends on BR2_INSTALL_LIBSTDCPP # zeromq
        depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
-       depends on BR2_PACKAGE_PYTHON
        select BR2_PACKAGE_ZEROMQ
        help
          This package contains the python language binding for zeromq.