1config BR2_PACKAGE_PYTHON_PROTOBUF 2 bool "python-protobuf" 3 # host-protobuf only builds on certain architectures 4 depends on BR2_PACKAGE_HOST_PROTOBUF_ARCH_SUPPORTS 5 select BR2_PACKAGE_PYTHON_SIX # runtime 6 help 7 Python implementation of the Google Protocol Buffers. 8 9 Protocol buffers are Google's language-neutral, 10 platform-neutral, extensible mechanism for serializing 11 structured data. 12 13 https://developers.google.com/protocol-buffers 14