2013-09-14 16:44:00 +02:00
|
|
|
config BR2_PACKAGE_PYTHON_PYZMQ
|
|
|
|
bool "python-pyzmq"
|
|
|
|
depends on BR2_LARGEFILE # zeromq
|
|
|
|
depends on BR2_INET_IPV6 # zeromq
|
|
|
|
depends on BR2_USE_WCHAR # zeromq
|
|
|
|
depends on BR2_INSTALL_LIBSTDCPP # zeromq
|
|
|
|
depends on BR2_TOOLCHAIN_HAS_THREADS # zeromq
|
|
|
|
select BR2_PACKAGE_ZEROMQ
|
|
|
|
help
|
|
|
|
This package contains the python language binding for zeromq.
|
|
|
|
|
|
|
|
http://zeromq.org/bindings:python
|
|
|
|
|
2013-10-13 16:55:32 +02:00
|
|
|
comment "python-pyzmq needs a toolchain w/ C++, IPv6, largefile, wchar, threads"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_PACKAGE_PYTHON
|
2013-09-14 16:44:00 +02:00
|
|
|
depends on !(BR2_INSTALL_LIBSTDCPP && BR2_INET_IPV6 && BR2_LARGEFILE \
|
|
|
|
&& BR2_USE_WCHAR && BR2_TOOLCHAIN_HAS_THREADS)
|