summaryrefslogtreecommitdiff
path: root/package/python-pyzmq
diff options
context:
space:
mode:
authorPhilippe Proulx <eeppeliteloop@gmail.com>2014-07-13 22:35:17 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2014-07-15 20:09:31 +0200
commit4a8bedc51d980af052f9b243d1ba64e19f7e9946 (patch)
tree00bf9cd4f342dcf764db1013e8eaa39b6d7b3187 /package/python-pyzmq
parenta3ac2a6f58ce9f83ec23d3fd8fcc74f894ea7ea4 (diff)
python-pyzmq: enable PyZMQ for Python 3
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>
Diffstat (limited to 'package/python-pyzmq')
-rw-r--r--package/python-pyzmq/Config.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/package/python-pyzmq/Config.in b/package/python-pyzmq/Config.in
index b83c09cf6..0f868d0b4 100644
--- a/package/python-pyzmq/Config.in
+++ b/package/python-pyzmq/Config.in
@@ -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.