mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-06 15:43:51 -09:00
Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
9 lines
266 B
Plaintext
9 lines
266 B
Plaintext
config BR2_PACKAGE_PYTHON_BETTERPROTO
|
|
bool "python-betterproto"
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
select BR2_PACKAGE_PYTHON_GRPCLIB # runtime
|
|
help
|
|
A better Protobuf / gRPC generator & library.
|
|
|
|
http://github.com/danielgtaylor/python-betterproto
|