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