python-dataproperty: bump version to 0.17.0
[buildroot-gz.git] / package / python-protobuf / Config.in
blob3cfddd3e5d65b724b252e4c85b46973b3206e2d5
1 config BR2_PACKAGE_PYTHON_PROTOBUF
2         bool "python-protobuf"
3         depends on BR2_PACKAGE_PYTHON
4         # host-protobuf only builds on certain architectures
5         depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
6         help
7           Python implementation of the Google Protocol Buffers.
9           Protocol buffers are Google's language-neutral, platform-neutral,
10           extensible mechanism for serializing structured data.
12           https://github.com/protobuf-c/protobuf-c