mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 17:42:10 +00:00
10 lines
321 B
Plaintext
10 lines
321 B
Plaintext
config BR2_PACKAGE_PYTHON_BETTERPROTO
|
|
bool "python-betterproto"
|
|
select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
|
|
select BR2_PACKAGE_PYTHON_GRPCLIB # runtime
|
|
select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS # runtime
|
|
help
|
|
A better Protobuf / gRPC generator & library.
|
|
|
|
http://github.com/danielgtaylor/python-betterproto
|