Config.in 458 B

12345678910111213
  1. config 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. select BR2_PACKAGE_PYTHON_SIX # runtime
  6. help
  7. Python implementation of the Google Protocol Buffers.
  8. Protocol buffers are Google's language-neutral,
  9. platform-neutral, extensible mechanism for serializing
  10. structured data.
  11. https://developers.google.com/protocol-buffers