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