Closed
Description
Is your feature request related to a problem? Please describe.
grpcio-proto depends on protobuf-build to build dependency, protobuf-build depends on grpcio-compiler, hence cause circular dependency. It's not easy to maintain.
Describe the solution you'd like
Remove protobuf-build completely. Instead, using custom scripts to generate files instead.