af4467fa7c138c1d070a0cbd98a743c93b7e1604
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / python-pyzmq / Config.in
1 config BR2_PACKAGE_PYTHON_PYZMQ
2         bool "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
7         help
8           This package contains the python language binding for zeromq.
9
10           http://zeromq.org/bindings:python
11
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)