summaryrefslogtreecommitdiffstats
path: root/rules/python-protobuf.in
blob: b22bc715c8e2181f13da9e7ab084ab354084b623 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
## SECTION=python

config PYTHON_PROTOBUF
	tristate
	select PROTOBUF
	select PYTHON
	select HOST_PYTHON_SETUPTOOLS
	prompt "python-protobuf"
	help
	  Protocol Buffers are a way of encoding structured data in an
	  efficient yet extensible format.
	  This package contains the Python bindings for protobuf.