1 config BR2_PACKAGE_PYTHON_PYZMQ
3 depends on BR2_USE_WCHAR # zeromq
4 depends on BR2_INSTALL_LIBSTDCPP # zeromq
5 depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
6 select BR2_PACKAGE_ZEROMQ
8 This package contains the python language binding for zeromq.
10 http://zeromq.org/bindings:python
12 comment "python-pyzmq needs a toolchain w/ C++, wchar, threads"
13 depends on BR2_PACKAGE_PYTHON
14 depends on !(BR2_INSTALL_LIBSTDCPP && BR2_USE_WCHAR && \
15 BR2_TOOLCHAIN_HAS_THREADS)