summaryrefslogtreecommitdiffstats
path: root/rules/pyzmq.in
blob: 322f7432b96d4432f940bdad58f6375a1a6d2470 (plain)
1
2
3
4
5
6
7
8
9
10
11
## SECTION=python

config PYZMQ
	tristate
	prompt "pyzmq"
	select LIBZMQ
	select HOST_CYTHON
	select PYTHON
	help
	  PyZMQ is the official Python binding for the ZeroMQ Messaging Library
	  (http://www.zeromq.org).